thomas chaton

Results 218 comments of thomas chaton

@dannycjones @jamesbornholt I would like to make one extra recommendation as an open source developer ;) You should adopt a CHANGELOG.md for thsi repo as we do in PyTorch Lightning:...

Hey ! Awesome !!!! Here is my keras implementation for pruning : https://github.com/tchaton/Keras_Pruner Look at it if you have time. I have created a custom Conv2D_Masked that it is used...

Yeah, I know. I didn t think about doing a wrapper over the optimizer. But it appears to work better using layer wrapper. 2018-06-10 19:00 GMT+00:00 Somshubra Majumdar : >...

Hey ! I added on facebook. If you want to send me your resume, I could forward it for AI Research positions ;) Best, Tom 2018-06-10 19:21 GMT+00:00 thomas chaton...

Yeah, we are relying on autoGrad to do it. 2018-05-25 20:16 GMT+00:00 Royi : > By the way, where is the gradient calculation of the objective? > Or are you...

In theano it works fine. I implemented in Tensorflow, but it doesn t support it. The loss was exploding even with matrice simplificaiton ... I was suprised people were able...

I didn t . I assumed it was tested before hand. 2018-05-26 5:56 GMT+00:00 Royi : > Did you verify results of the Auto Grad are like in the appendix...

the Lambda*I is here to prevent det(SW) to become =0 and prevent inv. It should work better with it. But I have no idea why it doesn't work. I had...

But yet, by looking at the paper, this code doesn t solve the correct equation ...

Can you send me the pytorch code ? 2018-05-26 13:53 GMT+00:00 zorrocai : > Thanks. there are so many hard obstacles in the deeplda model... > > — > You...