singularity pull docker://pytorch/pytorch:latest
git clone https://github.com/pytorch/examples.git
sbatch mnist.sbatch
#!/bin/bash #SBATCH --job-name mnist #SBATCH --output %x-%j.log #SBATCH --error %x-%j.err #SBATCH --nodes 1 #SBATCH --cpus-per-task 8 #SBATCH --gpus tesla:1 #SBATCH --time 05:00 date singularity exec --nv pytorch_latest.sif python examples/mnist/main.py date
#SBATCH --output
tail -f mnist-100.log
#SBATCH --error
cat mnist-100.err
コメント:画像を中央に配置する centerコマンドを有効に