An open API service indexing awesome lists of open source software.

https://github.com/liaoyanqing666/basic_pytorch

一个简单的基本pytorch程序框架,A simple basic pytorch framework
https://github.com/liaoyanqing666/basic_pytorch

artificial-intelligence beginner beginner-friendly easy-to-use framework machine-learning python pytorch

Last synced: about 1 year ago
JSON representation

一个简单的基本pytorch程序框架,A simple basic pytorch framework

Awesome Lists containing this project

README

          

# Basic_Pytorch
一个简单的基本pytorch程序框架,A simple basic pytorch framework

## 中文介绍

为初学者打造

包含data,model和train部分,都是非常简单的代码,十分适合第一次使用pytorch的新手,也可以作为pytorch老手的项目的base代码(自己重新写一个train文件确实有点累不是吗)。不过注意data,model和train部分的代码是分开编写的,因此`train.py`的代码不能直接运行,需要自行补全。

可以将代码fork走,之后根据自己的需求写一个自己的pytorch程序框架

## English Introduction

Made for beginners

Contains data, model and train sections, all very simple code, very suitable for the first time to use pytorch novice, also can be used as pytorch veteran project base code (write a train file is a bit tired, isn't it?) Note, however, that the code for the data, model, and train sections is written separately, so the code for `train.py` cannot run directly and needs to be completed by itself.

You can fork the code and then write your own pytorch framework based on your needs.