Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Change seq2seq import names #42
Conversation
Had the #37 problem. It looks like on in current version of tensorlayer import names changed. These imports work with tensorflow 2.0.0-beta1 tensorlayer 2.1.0
|
It is strange, the name should be correct .. https://tensorlayer.readthedocs.io/en/latest/modules/models.html#tensorlayer.models.Seq2seqLuongAttention |
|
@zsdonghao tensorlayer.models |
|
Yeah, you provide class names that I use in my commit also. But on import you provide module names that are consistent with file names instead. And they changed in the last tensorlayer version. For example there is no such class Seq2seq_Attention that was imported before my commit. |
Had the #37 problem. It looks like on in current version of tensorlayer import names changed.
These imports work with
tensorflow 2.0.0-beta1
tensorlayer 2.1.0