Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guicho271828/pytorch-project-template
https://github.com/guicho271828/pytorch-project-template
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/guicho271828/pytorch-project-template
- Owner: guicho271828
- License: mit
- Created: 2022-04-13T19:03:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T07:35:18.000Z (over 2 years ago)
- Last Synced: 2024-10-15T14:10:59.156Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* XXX
This repository contains the source code of XXX.
* Setup
XXX requires anaconda / miniconda, available from [[https://docs.conda.io/en/latest/miniconda.html][here]].
#+begin_src
git clone https://github.com/guicho271828/XXX.git
cd XXX
source install.sh
#+end_src=./install.sh= or =(ba)sh ./install.sh= does not work; =source install.sh= is necessary.
The script downloads dependencies outside pip and conda too.** Gallery