Added BFLOPs output for network configurations

This commit is contained in:
AlexeyAB
2018-05-14 13:34:40 +03:00
parent 3ebcc647b6
commit 8b5344ee2d
4 changed files with 10 additions and 3 deletions

View File

@ -113,6 +113,7 @@ struct layer{
int tanh;
int *mask;
int total;
float bflops;
int adam;
float B1;