koch et al, Siamese Networks for one-shot learning, (mostly) reimplimented in keras
MIT License
373
stars
174
forks
source link
When I was training data, I changed the value of evaluate_every to 100, and the original value was 500. However, there are the following errors. Can you help me solve this problem again? Thank you very much for your help. #9
When I was training data, I changed the value of evaluate_every to 100, and the original value was 500. However, there are the following errors. Can you help me solve this problem again? Thank you very much for your help.
errors:
iteration 50, training loss: 6.15,
Evaluating model on 250 unique 20 way one-shot learning tasks ...
This problem can be solved by adding a new code “ global indices” in front of the code of the “indices = rng.randint(0,self.n_examples,size=(N,))” sentence.
When I was training data, I changed the value of evaluate_every to 100, and the original value was 500. However, there are the following errors. Can you help me solve this problem again? Thank you very much for your help.
errors: iteration 50, training loss: 6.15, Evaluating model on 250 unique 20 way one-shot learning tasks ...
UnboundLocalError Traceback (most recent call last)