https://github.com/samasaur1/dldk
https://github.com/samasaur1/dldk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samasaur1/dldk
- Owner: Samasaur1
- Created: 2024-05-05T21:56:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T03:46:29.000Z (about 2 years ago)
- Last Synced: 2025-04-10T04:24:08.313Z (about 1 year ago)
- Language: Python
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building
```bash
nix build .
```
# Running
## Interactive
```bash
./result/bin/interactive
```
## Training
```bash
./result/bin/train [filename]
```
Leave `strategy` blank to see a list of options
## Running a trained model
```bash
./result/bin/train [filename]
```
The default filename is `.pt`, which is *not* the default filename produced by training
# Compiling the writeup
```bash
pandoc -t pdf --template pandoc.template --pdf-engine=pdflatex writeup.md -o 'Final Project — Sam Gauck.pdf'
```