This commit is contained in:
Joseph Redmon
2016-03-13 23:18:42 -07:00
parent 16d06ec0db
commit d1965bdb96
21 changed files with 1503 additions and 758 deletions

View File

@ -56,6 +56,7 @@ struct layer{
int binary;
int steps;
int hidden;
float dot;
float angle;
float jitter;
float saturation;