Log In
bw
/
helianthuslab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
cf0abab3f3871a1a58aa717407d39a5cff714f8f
cf0abab3f3871a1a58aa717407d39a5cff714f8f
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