Bruno Guberfain do Amaral
Bruno Guberfain do Amaral
Hi! I have the same problem, using the lunr.js included in the homepage of the project. Steps to reproduce: 1. Open http://lunrjs.com/ in Google Chrome 2. Open Developer Tools 3....
Hi fmfn! Thanks for your fast reply! I seems that the culprit was the negative values of the score. I applied the code you suggested and the algorithm started a...
I'm having a similar error, but in a different bucket: "An error occurred (ValidationException) when calling the CreateTrainingJob operation: No S3 objects found under S3 URL "**s3://jumpstart-cache-prod-us-east-1/source-directory-tarballs/meta/transfer_learning/textgeneration/v1.0.1/sourcedir.tar.gz**" given in input...
I forget to say the library versions: Keras = 1.0.2 Theano = 0.9.0dev0.dev-beefa9396a0e089f6b35b43f71c05557b1083515
Hi @EderSantana! I'm looking at this issue as suggested in your second option (I'm using `T.shared_randomstreams.RandomStreams` to generate the normal distribution). This way, the input of the DRAW layer would...
Hi @EderSantana! Just an update on the issue I opened: I made some progress in making the DRAW layer work, though not yet functional. I tried to refactor it in...