twitter-archive/torch-autograd

Is it possible to use autograd.nn.AutoModule but not autograd.nn.AutoCriterion?

dlmacedo opened this issue · 2 comments

Dear Friend,

Is it possible to create a personalized model with autograd.nn.AutoModule but keeping using the standard criterions of torch, avoid using autograd.nn.AutoCriterion?

Thanks,

David

Yes

On Mon, May 9, 2016 at 5:25 PM David Lopes Macedo notifications@github.com
wrote:

Dear Friend,

Is it possible to create a personalized model with autograd.nn.AutoModule
but keeping using the standard criterions of torch, avoid using
autograd.nn.AutoCriterion?

Thanks,

David


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#119

Dear friend,

Thank you for your answer.

Best regards,

David