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
Traceback (most recent call last):
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 235, in
tf.app.run()
File "/home/yons/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 153, in main
pred_annotation, logits = inference(image, keep_probability)
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 79, in inference
mean = model_data['normalization'][0][0][0]
KeyError: 'normalization'
The text was updated successfully, but these errors were encountered:
when I run the FCN.py, appearing the error .
Traceback (most recent call last):
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 235, in
tf.app.run()
File "/home/yons/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 153, in main
pred_annotation, logits = inference(image, keep_probability)
File "/home/yons/PycharmProjects/untitled1/FCN.tensorflow-master/FCN.py", line 79, in inference
mean = model_data['normalization'][0][0][0]
KeyError: 'normalization'
The text was updated successfully, but these errors were encountered: