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?
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.