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