🔥 🔥 :dragonite:

This commit is contained in:
Joseph Redmon
2016-11-16 00:15:46 -08:00
parent 648407a5e3
commit fc9b867dd9
9 changed files with 14 additions and 9 deletions

View File

@ -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;