不许无聊
Results
1
issues of
不许无聊
I notice the README showing the batchsize must equal one, But I write a simple training code about classification problem , just applying Keras API with batchsize==5. `model.fit(data, labels, epochs=10,...