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
I am trying to create a Keras_yolov5s.h5 file using nobuco/example/yolo5.py and then convert it to spiking neural networks. At this point, the evaluation of keras_yolov5s.h5 is necessary. When I try to run the example, it seems like it doesn't compile. How can I solve this issue?
Conversion complete. Elapsed time: 4.07 sec.
WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built. model.compile_metrics will be empty until you train or evaluate the model.
Model saved
WARNING:tensorflow:No training configuration found in the save file, so the model was not compiled. Compile it manually.
Model loaded
The text was updated successfully, but these errors were encountered:
I am trying to create a Keras_yolov5s.h5 file using nobuco/example/yolo5.py and then convert it to spiking neural networks. At this point, the evaluation of keras_yolov5s.h5 is necessary. When I try to run the example, it seems like it doesn't compile. How can I solve this issue?
Conversion complete. Elapsed time: 4.07 sec.
WARNING:tensorflow:Compiled the loaded model, but the compiled metrics have yet to be built.
model.compile_metrics
will be empty until you train or evaluate the model.Model saved
WARNING:tensorflow:No training configuration found in the save file, so the model was not compiled. Compile it manually.
Model loaded
The text was updated successfully, but these errors were encountered: