Pramod Solanky
Pramod Solanky
Not sure if epilogue provides by default. The way you customise epilogue is by writing middleware and hook it before or after the action. In your case it should be...
Thats right! My question was with `cudnn` you convert your model to cudnn like this - cudnn.convert(net, cudnn). How do I convert with OpenCL ? Right now I'm just doing...
I guess I got it. Looks like what I'm doing is fine. I saw an example here https://github.com/Element-Research/rnn/issues/41 . What I can't understand is that the loss is a nan...
Looks like this is causing issue - `local loss = self.criterion:forward(output, target)` and when I print the loss, it shows `inf` (infinity) which is why `nan` (there's a division by...
Interesting thing is - when I run the same on CPU I get the loss just fine (just that after few minutes it goes out of memory). Not sure what...
Anyone ? Can someone help ? I found that all the boolean and string fields are getting indexed and I verified by checking solr web schema browser but none of...
I should be able to help. Let me know!