-
Notifications
You must be signed in to change notification settings - Fork 150
Translation example #148
Comments
I have started an implementation of Seq2Seq with LSTMs and Attention here. It currently crashes the compiler though (something in the |
@palle-k could you comment in the error in your file? Would be easier to understand if it's API issue or some trivial error |
Apparently, there are multiple crashes involved. I have updated the code in my fork and marked the pieces of code that crash the compiler with The relevant pieces are commented out and can be uncommented individually. Crash 1 seems to occur when an empty if-statement or a empty for-loop is present:
Crash 2 seems to occur when a for-loop with a non-empty body is present:
Also, I'm using the 0.5 release of S4TF. $ swift --version
Swift version 5.1-dev (LLVM 200186e28b, Swift 1238976565)
Target: x86_64-apple-darwin19.0.0 |
Thanks for reporting! Both crashers you reported are known issues:
We'll visit these issues soon, thanks for your patience! |
It'd be great to have a neural machine translation model incorporated into our models repository.
The text was updated successfully, but these errors were encountered: