BJTU DeepLearning homework. By SOMEONE in BJTU, 2023.
pip install -r requirements.txtIn Pytorch_test.ipynb
import torch
torch.__version__
torch.cuda.is_available()Note: If
torch.__version__is includingcuda, buttorch.cuda.is_available()isfalse. You can try again later. It usually works.
All codes were collected into .ipynb files.