We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee6aac commit 5bf9f5cCopy full SHA for 5bf9f5c
weight_convertion_tensorflow.py
@@ -47,9 +47,9 @@
47
K.set_image_dim_ordering('tf')
48
tf_dim_model = None # Create your tensorflow model with TF dimordering here
49
50
-model_weights = [''] # Add names of theano model weight file paths here.
51
- # These weights are assumed to be for theano backend
52
- # (th kernels) with th dim ordering!
+model_weights = [''] # Add names of tensorflow model weight file paths here.
+ # These weights are assumed to be for tensorflow backend
+ # (tf kernels) with tf dim ordering!
53
54
"""
55
0 commit comments