You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a caffee model to tf and run into following error.
Traceback (most recent call last):
File "convert.py", line 68, in
main()
File "convert.py", line 64, in main
args.phase)
File "convert.py", line 27, in convert
transformer = TensorFlowTransformer(def_path, caffemodel_path, phase=phase)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 221, in init
self.load(def_path, data_path, phase)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 227, in load
graph = GraphBuilder(def_path, phase).build()
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/graph.py", line 209, in build
layers = self.filter_layers(layers)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/graph.py", line 168, in filter_layers
assert layer.name not in filtered_layer_names
AssertionError
The text was updated successfully, but these errors were encountered:
I am trying to convert a caffee model to tf and run into following error.
Traceback (most recent call last):
File "convert.py", line 68, in
main()
File "convert.py", line 64, in main
args.phase)
File "convert.py", line 27, in convert
transformer = TensorFlowTransformer(def_path, caffemodel_path, phase=phase)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 221, in init
self.load(def_path, data_path, phase)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 227, in load
graph = GraphBuilder(def_path, phase).build()
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/graph.py", line 209, in build
layers = self.filter_layers(layers)
File "/home/divyansh/face_recognition/caffe2tf/caffe-tensorflow/kaffe/graph.py", line 168, in filter_layers
assert layer.name not in filtered_layer_names
AssertionError
The text was updated successfully, but these errors were encountered: