Artificial Neural Networks and Deep Learning 2022 - Homework 1 Forum

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

> libraries

sorry guys, but seen the libraries listed we couldn't use random and os, hence we may not set the seed (because it requires both of them!!). do you think that it's a mistake?? or that we for true cannot use random and os??

Posted by: Enricomagliulo @ Nov. 10, 2022, 4:05 p.m.

The admitted libraries are a limitation only for the "model.py" file (see the ToySubmission in the Starting kit). You can use whatever library you want to build the model. Then you just need to save the model and load it in the "model.py" file, you won't upload the python file used to build it in the zip file that you have to submit.
Correct me if i'm wrong.

Posted by: Stephenito @ Nov. 10, 2022, 8:50 p.m.
Post in this thread