Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samasaur1/dldk


https://github.com/samasaur1/dldk

Last synced: 19 days ago
JSON representation

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'
```