i have some problem when i want to transfer my model using bazel to convert it.
i try this cmd:
$ bazel build tensorflow/tools/graph_transforms:transform_graph
here are the error:
ERROR: Skipping 'tensorflow/tools/graph_transforms:transform_graph': no such package 'tensorflow/tools/graph_transforms': BUILD file not found on package path
can any body tell me how to use it? thanks a lot
then i try this cmd:
$ bazel build tensorflow/tools/graph_transforms:vgg_16_10000.pb
i put have graph_transforms in tools directory and vgg_16_10000.pb in graph_transforms.
and i still get the same problem.