Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samasaur1/dldk
https://github.com/samasaur1/dldk
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samasaur1/dldk
- Owner: Samasaur1
- Created: 2024-05-05T21:56:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T03:46:29.000Z (7 months ago)
- Last Synced: 2024-11-05T22:38:49.676Z (2 months 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'
```