Log In
bw
/
helianthuslab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
53488e5b49a6a6ab4ab3227710a524150d5370d4
53488e5b49a6a6ab4ab3227710a524150d5370d4
simple
neural
build-nn-trainer-pp.sh
Fork and Edit
Blob
Blame
Raw
#!/bin/bash set -e c++ -Wall -DNDEBUG -O3 nn-trainer.cpp -lm -o nn-trainer-pp