Tensorflow allowed or not

Is tensorflow allowed for training?Or I can only use pytorch?

TensorFlow is allowed. Check out the runtime specification.

You can also request additional packages by updating the environment-cpu.yml
and environment-gpu.yml files and making a pull request.

2 Likes

Hi, I am new to this platform. Can you please clarify something for me?
Are we not able to use anything that is not in runtime specification except if we request additional packages?
So that means if I want to use PyTorch I should use pytorch=1.8.0

Hi @Kuala,

Your code submission can only use the packages included in the runtime repository. These define the active environment when executing your code. As you noted, you can make requests to update the runtime packages.

I hope this helps.

It’s help.
Thank you a lot @mike-dd.