mirror of
https://github.com/sjvasquez/handwriting-synthesis.git
synced 2026-04-03 00:19:13 -06:00
ImportError: cannot import name '_like_rnncell' #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/handwriting-synthesis#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ssell on 10/18/2018
System:
Error:
Solution:
Hacky, but I simply removed the reference to
_like_rnncellon lines 9, 29, and 30 in rnn_ops.py. Seems to run fine afterwards (though this led to encountering Issue #17).