Skip to content

Howell-Shinji/Deep_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Practice Project Based on PyTorch

Project Overview

This is a PyTorch-based deep learning practice project designed to help beginners get familiar with the basic usage of PyTorch and master the process of building, training, and testing neural networks. The code includes detailed comments and is accompanied by model flowcharts and architecture diagrams to facilitate learning.

Project Structure:

PyTorch-Practice-Project/
├── models/                 # Model files
├── README.md               # Project documentation

Environment Dependencies:

  • Python 3.10.16
  • PyTorch 2.6.0
  • torchvision 0.21.0
  • numpy 2.0.2
  • matplotlib 3.10.0
  • tqdm 4.67.1
  • cuda 12.4

Recommendation: It is recommended to use Anaconda for Python environment management.

Getting Started

To get started with this project, you can create a new Anaconda environment and install the required dependencies using the following commands: conda create -n pytorch_practice python=3.10 conda activate pytorch_practice pip install torch torchvision numpy matplotlib tqdm

Contribution Guidelines

Contributions to this project are welcome! If you have any questions or suggestions, please feel free to submit an Issue or Pull Request.

Acknowledgements

We would like to express our gratitude to the PyTorch community for providing such an excellent framework, and to all the developers who contribute to open-source projects.

About

Deep learning practice projects.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors