Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 803 Bytes

File metadata and controls

34 lines (21 loc) · 803 Bytes

Metacentum_GPU_Pytorch_example

To run your Pytorch code with GPU on Metacentrum - you can just add your Python code and your data.

How to run this example:

  1. upload code and data to storage (e.g. with WinSCP)

winscp_login winscp_upload

  1. connect to front node using SSH (e.g. with PuTTY)

putty_login

  1. go to storage directory with code
cd /storage/brno3-cerit/home/username/Metacentum_GPU_Pytorch_example/code
  1. run pbs script
qsub run_metacentrum.pbs

putty_run

  1. check for outputs - results and logs

winscp_results winscp_logs