Guo-Hua Wang
Results
3
issues of
Guo-Hua Wang
I think line 86 in crow.py should be fixed by: `return sknormalize(x.reshape(1,-1), copy=copy)`
Thank you for your code! When I run the code by using `table-1-cifar10-4000-fullysup.yml`, I find it might use unlabeled data to train "fullysup". A batch will contain labeled data and...
willfix
There is Input layer in [official documents](https://keras.io/layers/core/#input) while it does not exist in Chinese documents.