Can I submit code in PyTorch?

Does the computer have pytorch installed on it on which evaluation will be run.

Yes, absolutely.
The libraries installed on the computer that the evaluation runs on is defined by you in the Docker file. As long as you make the respective changes there, you can use any library that you want!

Regards,
AIcrowd Team

1 Like

Thank you very much!

@nofreewill42, in case you are not comfortable with Dockerfile, you can still submit and specify your runtime using requirements.txt, environment.yml etc based on your preference to pip/conda/others. (delete the Dockerfile in case you want to use any of these method)

Read more here: How to specify runtime environment for your submission

1 Like

requiremets.txt sounds more compelling since I’m not comfortable with these stuff, yet.
Thank you for the how to link.