Skip to content

Hanjx-bjtu/DeepLearning_Lab_Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

BJTU DeepLearning homework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors