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

Model export #117

Open
ctr26 opened this issue Nov 28, 2023 · 0 comments
Open

Model export #117

ctr26 opened this issue Nov 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ctr26
Copy link
Contributor

ctr26 commented Nov 28, 2023

torch.jit.frontend.NotSupportedError: Compiled functions can't take variable number of arguments or use keyword-only arguments with defaults:
  File "/home/ctr26/gdrive/+projects/2023_shape_embed/env/lib/python3.9/site-packages/pythae/models/vq_vae/vq_vae_model.py", line 74
    def forward(self, inputs: BaseDataset, **kwargs):
                                            ~~~~~~~ <--- HERE
        """
        The VAE model

I'd be useful to have the code base setup such that all the models have fixed inputs so that they can be compiled and exported

Thanks

Craig

@clementchadebec clementchadebec added the enhancement New feature or request label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants