evanthebouncy

Results 5 issues of evanthebouncy

have we had any leads on how to do it for a multivariate setting?

In this file: https://github.com/pytorch/examples/blob/master/word_language_model/generate.py What does this input mean in the generation? input = torch.randint(ntokens, (1, 1), dtype=torch.long).to(device) As I understand it in a rnn-based language model, the last output...

triaged

running sudo make install gives the following : [ 58%] Built target locale [ 58%] Building CXX object python/bindings/CMakeFiles/convexdecompositionpy.dir/bindings.cpp.o In file included from /usr/include/python2.7/numpy/ndarraytypes.h:4:0, from /usr/include/python2.7/numpy/ndarrayobject.h:17, from /usr/include/python2.7/numpy/arrayobject.h:4, from /home/evan/Apps/openrave/python/bindings/bindings.h:21,...

so hopeless orz

was fiddling with the conv_transpose primitive for ages and always had the thing crash at the point of taking the gradient rather than earlier (maybe because I'm using an earlier...