cifar10-fast
cifar10-fast copied to clipboard
classifier bias mismatch
basic_net classifier uses bias=False, but blog diagrams show bias=True. Also, if it is indeed set to False, why so?
Thanks for spotting this! bias=False as in the code is 'correct' - I tested with and without and got similar results so went with the simpler option. I'll leave the issue open until I've updated the blog diagram and added a comment there.