mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixed timer
This commit is contained in:
@ -192,8 +192,6 @@ network make_network(int n)
|
||||
return net;
|
||||
}
|
||||
|
||||
double get_time_point();
|
||||
|
||||
void forward_network(network net, network_state state)
|
||||
{
|
||||
state.workspace = net.workspace;
|
||||
|
Reference in New Issue
Block a user