Maxi Marufo
Maxi Marufo
Here is the implementation: https://github.com/maxi-marufo/my-challenges/blob/master/IMAGE_CLASSIFICATION_Fashion_MNIST/notebook.ipynb
Because [SCML](http://researchers.lille.inria.fr/abellet/papers/aaai14.pdf) optimization procedure is based on stochastic subgradient descent, we can save the weights after fitting the model, and use them in a following fit call (with a different...
I found a small issue when running for second time a container that had used a sshvolume. The first time I do this: docker run -d \ --name sshfs-container \...