-
Notifications
You must be signed in to change notification settings - Fork 267
CASPAR Myelin guide, can't import FlowBuilder #186
Comments
Looks like we forgot we forgot to update the Myelin documentation when submitting #184 where we switched to the new version of the flow builder which is used by the pytorch-based trainer. Thanks for reporting this. I have updated the documentation in #185 and also added an
|
Somehow the imports don't work for me. Do you mean the python.myelin package? I tried that and got an error about PhraseTable.
|
Could this be because you are missing the symbolic link described in the installation guide?
Alternatively, you can just install the v2.0 (caspar) wheel:
|
You are right, Michael. I missed that step. Thank you. |
I'm following the Myelin guide for CASPAR at https://github.com/google/sling/blob/caspar/doc/guide/myelin.md but can't import FlowBuilder.
I can do "from builder import Builder" instead. Should the doc be updated or am I doing something wrong? Thanks.
The text was updated successfully, but these errors were encountered: