Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 492 Bytes

File metadata and controls

27 lines (20 loc) · 492 Bytes

DeepLearning_Lab_Homework

BJTU DeepLearning homework. By SOMEONE in BJTU, 2023.


Run project

Install pip packages

pip install -r requirements.txt

Test cuda usability

In Pytorch_test.ipynb

import torch
torch.__version__
torch.cuda.is_available()

Note: If torch.__version__ is including cuda, but torch.cuda.is_available() is false. You can try again later. It usually works.


All codes were collected into .ipynb files.