yosinski / deep-visualization-toolbox

DeepVis Toolbox
http://yosinski.com/deepvis
MIT License
4.02k stars 924 forks source link

Metaresult: majority failure #59

Open mahaling opened 8 years ago

mahaling commented 8 years ago

Hello All,

I am trying to generate the per unit visualizations for my own model. And, I am getting the following error when I try to run the optimize_image.py file. This is happening for the default caffenet-yos models as well.

Metaresult: majority failure

Any help would be appreciated.

Thanks.

georgiazhang commented 7 years ago

Did you solve the problem ?I got the same error.Can you tell me if you solve the problem?PLZ. @mahaling

georgiazhang commented 7 years ago

@yosinski @lionleaf @lukeyeager @grisaitis Thanks for your great work, when i run the default caffenet-yos models, ./optimize_image.py --push-layer fc8 --push-channel 130 \ --decay 0.0001 --blur-radius 1.0 --blur-every 4 \ --max-iter 1000 --lr-policy constant --lr-params "{'lr': 100.0}" I got the error as follows:

`499 progress: 0.000444293 push unit: (130, 0, 0) with value -1.08307 (flamingo) Max idx: (330, 0, 0) with value 5.15008 (wood rabbit) X: -48.5113900866 42.8681796472 3921.51968187 grad: -0.000590448 0.000589039 0.0211447 Metaresult: majority failure georgia@georgia-ThinkPad-X1-Carbon-3rd:~/caffe/visual/deep-visualization-toolbox$ --decay 0.0001 --blur-radius 1.0 --blur-every 4 \

--decay:未找到命令 georgia@georgia-ThinkPad-X1-Carbon-3rd:~/caffe/visual/deep-visualization-toolbox$ --max-iter 1000 --lr-policy constant --lr-params "{'lr': 100.0}" --max-iter:未找到命令` Can you help me with the three errors?Thank you very much!