issues
search
cbfinn
/
maml
Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
MIT License
2.55k
stars
604
forks
source link
Some question about cross-entropy loss xent
#70
Open
WHQ1111
opened
4 years ago
WHQ1111
commented
4 years ago
the output of function xent in utils.py is not a scalar but a vector? Is that right?
why divide it by FLAGS.update_batch_size?