Can we use GPU operations in EvalAI platform?

When the code is running on the EvalAI platform, can we use GPUs operations such as cuda() or detach() function?

Submissions are run with nvidia docker runtime on a p3.2xlarge, so you should be able to run any GPU pytorch methods you need.