Closed underfitting closed 7 years ago
Hi,
I think the function utils.subtract_imagenet_mean_batch does not work with current code. You need to add "return batch" in the function and
utils.subtract_imagenet_mean_batch(xc)
should be changed to
xc = utils.subtract_imagenet_mean_batch(xc)
Hi, thanks for pointing out the mistake! it is fixed in recent commit. 👍
Hi,
I think the function utils.subtract_imagenet_mean_batch does not work with current code. You need to add "return batch" in the function and
utils.subtract_imagenet_mean_batch(xc)
should be changed to
xc = utils.subtract_imagenet_mean_batch(xc)