mitmul / deeppose

DeepPose implementation in Chainer
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/42237.pdf
GNU General Public License v2.0
408 stars 129 forks source link

Error while visualiing filters #19

Open karunaahuja opened 8 years ago

karunaahuja commented 8 years ago

When I try to read the visualize the 1 conv layer, here is the error I am getting when trying to read epoch-1.model

File "../../scripts/draw_filters.py", line 28, in model = pickle.load(open(model_file,'rb')) cPickle.UnpicklingError: invalid load key, 'H'.

Any idea why this is happening?