Results 5 comments of sleepless-se

Hello! I have same issue. ``` Traceback (most recent call last): File "train.py", line 192, in _main() File "train.py", line 33, in _main freeze_body=2, weights_path='model_data/yolo_weights.h5') # make sure you know...

I found empty line of the file. Then I deleted and run train.py again. But I have still same error.

I found my fault. I had rewrite anchor_path as anotetion_path. Sorry, It was easy mistake. ``` annotation_path = 'train.txt' log_dir = 'logs/000/' classes_path = 'model_data/voc_classes.txt' anchors_path = 'model_data/yolo_anchors.txt' # as...

You can disable Vimium on Chrome remote desktop by this setting. **Add option** - Pattern: https?://remotedesktop.google.com/* - Keys: blank

I have same problem, too. uwsgi_1 | loaded_model = model_from_json(loaded_model_json) uwsgi_1 | File "/usr/local/lib/python3.6/dist-packages/keras/models.py", line 379, in model_from_json uwsgi_1 | return layer_module.deserialize(config, custom_objects=custom_objects) uwsgi_1 | File "/usr/local/lib/python3.6/dist-packages/keras/layers/__init__.py", line 55, in...