Open araffin opened 5 years ago
Hello,
It seems that the notebook on the dev branch is broken, I got that error:
InvalidArgumentError: You must feed a value for placeholder tensor 'input_14' with dtype float and shape [?,512] [[{{node input_14}}]]
in the cell with
out = model.inference(src, mask, tar, emb_tar)
Note that the notebook works with this commit:
!git checkout b379194340938a91a60ff0a43643b85aa8895da2
hi @araffin. i have same issue, have you solved it yet?
@araffin @tdh4vn , same issue, did you figured out how to solve it? Thanks.
nope, I'm using an old version
Hello,
It seems that the notebook on the dev branch is broken, I got that error:
in the cell with
Note that the notebook works with this commit: