Re: [theano-users] 'module' object has no attribute 'Subtensor'

2016-09-21 Thread Frédéric Bastien
Pas de contre indication pour parlé Français, sauf que cela va diminuer énormément ceux qui peuvent comprendre la solution s'ils ont le même problème. Fred On Wed, Sep 21, 2016 at 11:04 AM, Thomas Hannagan wrote: > Merci bien Frédéric pour cette réponse si rapide (je continue en français > sauf

Re: [theano-users] 'module' object has no attribute 'Subtensor'

2016-09-21 Thread Thomas Hannagan
Merci bien Frédéric pour cette réponse si rapide (je continue en français sauf contre-ordre, on parle français aussi!). Il est possible en effet qu'on n'utilise pas la bonne version de Theano, je vais essayer de la retrouver. Stéphane Dufau (en copie) voudra peut-être suivre ta proposition et essa

Re: [theano-users] 'module' object has no attribute 'Subtensor'

2016-09-21 Thread Frédéric Bastien
If you use the same Theano version, it should work. Can you remove all Theano version. Try to import it and make sure it fail. Then install the old version. If you want to try with a recent Theano, give me the full error message. I could send you a diff of how to fix it. It is not sure we will sup

[theano-users] 'module' object has no attribute 'Subtensor'

2016-09-21 Thread Thomas H
Hello, I would like to submit this puzzle to the Theano-users-group: 3 years ago we used the cPickle module to store some convolutional network data that had been produced using Theano (using the class called " LeNetConvPoolLayer"). Here is the error we get when we now try to unpickle this data,