caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

File "/caffe-tensorflow/kaffe/transformers.py", line 243, in __call__ variance *= scaling_factor

Open shresthamalik opened this issue 7 years ago • 2 comments

I get this error, I can handle it by reshaping the variance or the scaling factor, but not sure if this leads to other errors. Anyone facing this?

shresthamalik avatar Nov 16 '17 02:11 shresthamalik

I got the same error, any solution? Help!!!

xuanyuansen avatar Oct 11 '18 05:10 xuanyuansen

I get this error, I can handle it by reshaping the variance or the scaling factor, but not sure if this leads to other errors. Anyone facing this?

I figure out by variance *= scaling_factor[0,0,0,0]

xuanyuansen avatar Oct 11 '18 06:10 xuanyuansen