https://github.com/valiantlynx/snake-relu
https://github.com/valiantlynx/snake-relu
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valiantlynx/snake-relu
- Owner: valiantlynx
- Created: 2023-09-16T16:24:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-17T10:18:52.000Z (over 1 year ago)
- Last Synced: 2025-01-11T00:05:22.568Z (5 months ago)
- Language: Python
- Size: 589 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
virtualenv .
source bin/activate
pip install -r requirements.txt
source bin/deactivate
```