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