Skip to content

Commit 5bf9f5c

Browse files
committed
Corrected comments
1 parent 0ee6aac commit 5bf9f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

weight_convertion_tensorflow.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
K.set_image_dim_ordering('tf')
4848
tf_dim_model = None # Create your tensorflow model with TF dimordering here
4949

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!
50+
model_weights = [''] # Add names of tensorflow model weight file paths here.
51+
# These weights are assumed to be for tensorflow backend
52+
# (tf kernels) with tf dim ordering!
5353

5454
"""
5555

0 commit comments

Comments
 (0)