caffe-tensorflow
caffe-tensorflow copied to clipboard
File "/caffe-tensorflow/kaffe/transformers.py", line 243, in __call__ variance *= scaling_factor
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 got the same error, any solution? Help!!!
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]