Artificial Neural Networks and Deep Learning 2023 - Homework 1 Forum

Go back to competition Back to thread list Post in this thread

> How to submit the model

Hi, I am not sure how to submit the model.
I saved it and I get a zip folder, do I need to submit that one?

Posted by: giuliettagiannoc @ Nov. 4, 2023, 7:14 p.m.

The same question for me. Do we have to save our model like this: model.save("xxx") in the path of zip file, which we want to send, and just change the name in first __init__ in model.py?

Posted by: Mohammad_Amirifard @ Nov. 5, 2023, 9:34 a.m.

In the __init__ you can do whatever you need to load the model. For example, loading the model directly from folder or creating the model and then loading the weights.

Posted by: an2dl.competitions @ Nov. 5, 2023, 11:03 a.m.
Post in this thread