mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
🔥 🔥 :dragonite:
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
softmax_layer make_softmax_layer(int batch, int inputs, int groups)
|
||||
{
|
||||
assert(inputs%groups == 0);
|
||||
fprintf(stderr, "Softmax Layer: %d inputs\n", inputs);
|
||||
fprintf(stderr, "softmax %4d\n", inputs);
|
||||
softmax_layer l = {0};
|
||||
l.type = SOFTMAX;
|
||||
l.batch = batch;
|
||||
|
Reference in New Issue
Block a user