Artificial Neural Networks and Deep Learning 2022 - Homework 1 Forum

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

> Admitted libraries

Hi, do you know if we can use splitfolders library? On Codalab, in the Evaluation section, there's a list of libraries. Are they the only ones that can be use?

Posted by: sara.paratico @ Nov. 9, 2022, 1:29 p.m.

The libraries reported in the Evaluation section are the ones that are included in our environment for the evaluation of your model. Thus, if the code you submit includes libraries not in the given list the evaluation program will fail. Of course, this is a requirement only for the submitted code.

Posted by: an2dl.competitions @ Nov. 9, 2022, 6:24 p.m.

Is it possible for us to import from sklearn.externals ('joblib')?
I managed to use a SVM (or other sci-kit trained models) to classify the features extracted from a CNN (with good results!) but I'm not able to save/load/submit it without 'joblib' or 'pickle'. Some ideas?

Posted by: olmonotarianni @ Nov. 18, 2022, 7:55 a.m.
Post in this thread