Daniil Pakhomov
Daniil Pakhomov
Hello. I have built the library and while running, the program crashes at the part where the ACML is first used (when applying sgetrf function). I used gfortran version and...
Hi, I think that in this function that is being used in your examples: ```python def evaluate(prime_str='A', predict_len=100, temperature=0.8): hidden = decoder.init_hidden() prime_input = char_tensor(prime_str) predicted = prime_str # Use...
Hello. I didn't find any examples on how to make the stream reconnect in case of failure. This is the related question: http://stackoverflow.com/questions/29582080/tweepy-make-stream-run-forever I will be very glad if somebody...
Great project! 👍 Do you plan to support Pytorch in a near future? Thank you.
Inspect the ```preprocess_batch``` -- it might cause the transfer to CPU in case we are working with GPU tensors. Having fixed that will improve the performance. https://github.com/warmspringwinds/pytorch-cpp/blob/master/src/pytorch.cpp#L1280
Hello. While training your network on different dataset I get zero loss or nan after first couple of iterations. Do you know why it happens? I also can't get how...
Sometimes when I fetch an image from the article's page, I get the a link without the domain from `article.top_image.src` like '/IMG/someimage.jpg' Should it work this way?
Hessian Laplace blob detector efficient implementation.