mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added BFLOPs output for network configurations
This commit is contained in:
@ -113,6 +113,7 @@ struct layer{
|
||||
int tanh;
|
||||
int *mask;
|
||||
int total;
|
||||
float bflops;
|
||||
|
||||
int adam;
|
||||
float B1;
|
||||
|
Reference in New Issue
Block a user