MLWave / extremely-simple-one-shot-learning

Extremely simple one-shot learning in Python
183 stars 50 forks source link

Accuracy different from readme #1

Open aelkholy opened 8 years ago

aelkholy commented 8 years ago

I cloned your branch and just ran esmf.py without changing anything. When I do this I get a 40% accuracy. When I change test_size=40, which I think is setting it to have ten samples per class, it doesn't actually increase the accuracy at all. Any ideas?

MLWave commented 8 years ago

Thats fairly weird indeed. Let me check if I have set all the seeds correctly. I could have sworn it was reproduceable.

ncammarata commented 7 years ago

just adding that I get 60% accuracy by doing nothing but running esmf.py

kirtov commented 7 years ago

just adding that I get 60% accuracy by doing nothing but running esmf.py

Adding what?

Bigwode commented 6 years ago

@aelkholy Oh yes,Got the same low acc.