Claude COULOMBE
Claude COULOMBE
Is it possible to get an idea of the parameters that have been used to train the pre-trained models (only those that are not the default setting)? For example, DIM...
Nice, thank you Alexander!
You should use `clf.classifiers_` I think that the documentation is a bit outdated `help(clf)` to get the details
My solution for Mac OS X: 1) Upgrade to Python 3.6.5 using the native app Python installer downloaded from the official Python language website https://www.python.org/downloads/ I've found that this installer...
For Mac OS X 1) Update to Python 3.6.5 using the native app installer downloaded from the official Python language website https://www.python.org/downloads/ I've found that the installer is taking care...
I've tried to run the Notebook on my Macbook pro directly (without docker). I've got an error that seems related to the data generator. (TensorFlow version: 1.3.0, Keras version: 2.0.9,...
I'll try it as you suggested. Spasibo! Claude
Your advice enabled me to run the docker image on my Mac but I still got the same StopIteration error during the training. The StopIteration problem should come from the...
Conversion to Python 3 was very easy... You've just to add parenthesis to print statement. print("Accuracy: %.2f (+/- %.2f) [%s]" %(scores.mean(), scores.std(), label)) And enlist some maps for the new...
Probably GIGO (Garbage In Garbage Out), the two models are trained on different datasets.