Eder Santana

Results 81 comments of Eder Santana

Hi @mhbashari you can study the subjects in the order I showed them: 1) Calculus 2) Linear algebra 3) Statistics and Probability 4) Signal processing Lets assume you wanna take...

@carpedm20 in my NTM implementation (and in a couple of others I saw out there) `nan`s were usually caused by one of the following: - Initializing the memory to zero....

the `sharpening` value is is uses as `pow(input, sharpening)`. So it can't be negative. Use a nonlinearity like softplus to avoid getting negative values: `sharpening = tf.nn.softplus(sharpening)`.

Failure is unrelated to what I did. Maybe the Travis script needs an update.

btw, I got `out of memory` in a 5Gb GPU. Which gpus you guys used for that experiment?

@anuragranj would you consider adding the numbers you got here? https://github.com/EderSantana/blocks-examples/blob/patch-1/machine_translation/README.md Just edit it with Github itself.

hi @tristandeleu, when learning the initial weights, are you making sure they are behind of a softmax? In other word, are you learning the initial logits instead? If so, there...

I'm new to your codebase, could you point me out where you get the initial weights, I could try to check that out.

Hi @prusnak , Thanks for the PR. Comment: I think we could support both modes. Quickly passing a string makes the API easier to use and remember, while passing a...

Thanks! Let me leave this open then. If either somebody else picks this up or we get more such requests, we work on it later.