Skip to content
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

NotImplementedError: prior not implemented for encoder of type #321

Open
protrolium opened this issue Nov 23, 2024 · 0 comments
Open

NotImplementedError: prior not implemented for encoder of type #321

protrolium opened this issue Nov 23, 2024 · 0 comments

Comments

@protrolium
Copy link

I have trained with RAVE v2 and successfully exported a model without streaming, for the purposes of producing a prior model to use with nn~.

After attempting these hot fixes thanks to @fokklz, I am getting this error.

File "/content/download/src/acids-rave/scripts/train_prior.py", line 108, in main raise NotImplementedError("prior not implemented for encoder of type %s"%(type(pretrained.encoder))) NotImplementedError: prior not implemented for encoder of type <class 'rave.blocks.WasserteinEncoder'>

If anyone can shed some light on what this means or know of a solution I would greatly appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant