qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trained succesfully but did not create model file?

skywo1f opened this issue · comments

I went through the training process and reached epoch 100:
Epoch 100/100
3757/3757 [==============================] - 170s 45ms/step - loss: 8.9247 - val_loss: 8.8859

I am expecting a file called model_data/trained_weights_final.h5 but no such file exists. Was it saved somewhere else, or did I miss a parameter in my training script?

You should have a folder named logs. Check inside logs/000/