});

Compute Canada Notes

slurm general A clarification between srun, sbatch, salloc The srun is for single command execute. The sbatch will let slurm take care of the standard output, suitable for long-term tasks The salloc allocate node (CPU, ...

PyTorch Note

Coding Guides systematic tutorial The tutorial describe a integral workflow of transfer learning {Link}, experiment tracking, and finally model deploy. It is a perfect example to follow with detailed source code and notebook for each ...