wajihullahbaig
wajihullahbaig
Code updates for complie failures on Keras 2.1
The program runs fine for the first time but for multiple runs, had a bug. N = len(filenames) line was not called the second time the program was run and...
Thank you for this awesome repo you have made public. I had one question, during the training loop, you perform the following step ` output, _ = model(src, trg[:,:-1])` I...
Naive question! causal = True , is this used to create a mask that trims/clips the diagonal right half of the attention matrix? Thank you!
??? Undefined function or method 'lk' for input arguments of type 'double'. Error in ==> tldInit at 20 lk(0); Error in ==> tldExample at 34 tld = tldInit(opt,[]); % train...
Hi there Wonderful idea that you have implemented. I was wondering if it would be possible to perform K-Fold cross validation? Thanks
Thank you for the code. I was reading it through and found it helpful. Only thing really missing is an evaluation function that one can use to test see the...