Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi-fudan authored May 20, 2020
1 parent 3d53d7a commit bc56649
Show file tree
Hide file tree
Showing 5 changed files with 31,312 additions and 27 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
train: train.cpp wymlp.hpp
g++ train.cpp -o train -Ofast -Wall -mavx2 -mfma

2 changes: 1 addition & 1 deletion train.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <vector>
using namespace std;
const unsigned fullbatch=1<<20;
wymlp<float,12,32,4,1> model;
wymlp<12,32,16,1> model;

bool load_matrix(const char *F, vector<float> &M, unsigned &R, unsigned &C) {
ifstream fi(F);
Expand Down
Loading

0 comments on commit bc56649

Please sign in to comment.