Informasi:
Harap untuk menggunakan satu GPU saja dengan cara berikut:
Jupyter (dijalankan sebelum import torch/tensorflow)
import os
os.environ['CUDA_VISIBLE_DEVICES'] = '1'
Python (command)
CUDA_VISIBLE_DEVICES=1 python ...<command-untuk-running> ...