-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: '_VariantDataset' object has no attribute 'output_shapes' #179
Comments
This is due to tesnor2tensor version incompatibility. |
@nshmyrev okay, but what I have to do to fix it? I have installed using |
Readme says tensorflow 1.8 and tensor2tensor 1.6, then it will work. |
@nshmyrev so I have to downgrade to TF 1.8? According to the README
|
@nshmyrev I have tried
but it does not work. |
Dear Everyone, |
Guys, give me a week, I'll update it to much more stable pytorch. |
Do you have any updates on this ? |
Any updates on pytorch migration? |
Hi guys,
I have successfully trained a G2P seq2seq model for the IPA dictionary in the first release of this repo. I'm now trying to reproduce the same results with an updated IPA dictionary, and using this new codebase, but I'm getting this error:
The IPA dictionary I'm using was the same I have used in the old training (that worked but was a year ago) and it is available here
https://github.com/loretoparisi/docker/tree/master/g2p-seq2seq/data/dict/cmudict-ipa
I have used default options:
g2p-seq2seq --train data/cmuipadict.txt --model_dir models/
and I'm running:The text was updated successfully, but these errors were encountered: