SaschaHornauer
SaschaHornauer
Python has a test package which can shadow the import of the test.py module, leading to an ImportError when importing NN or kNN. [https://docs.python.org/2.7/library/test.html?highlight=test#module-test](url) [https://docs.python.org/3.5/library/test.html](url) I suggest to rename it...
The new API of any Keras version bigger than 2.0 seems to lead to unconnected networks. No error of any kind can be seen apart from that the model.summary() will...
Thank you for your paper, I think this is a very impressive contribution. I would really like to reproduce the results but I am running into several issues and some...
Hi, I realized a lot of the URLs do take quite a long time to finally state they can not be reached. If you'd use urllib.urlopen instead of urlretrieve you...