Gonthier Nicolas

Results 7 comments of Gonthier Nicolas

Even if InceptionV1 is an old model, it can still be useful for some research work.

By the way, @mdda you should mention that the model weights come from the slim reimplementation of Inception V1.

I am sorry but I am using lucid version 0.3.8 and the Model class imported from lucid.modelzoo.vision_models doesn't have the save or suggest_save_args methods. I used pip to install the...

Yes, I already have compiled MatConvNet Mex files for GPU before writing the first message. I think you are totally right, most of the time is spent on the LBFGS-B...

I will see if I can integrate it. Thanks.

Hi again, It seems that the code don't use the GPU just by compiling the Mex files with the GPU option. Moreover when I profile the code, LBFGS is not...