-
Notifications
You must be signed in to change notification settings - Fork 61
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
About the difficulties of exporting onnx #32
Comments
Hello @nullhd2 ,
Maybe we should create separate models for the encoder and decoder? |
@nullhd2 @Tekno-H did you check https://github.com/openvinotoolkit/anomalib ? |
@gudovskiy Yes I already checked that repository. |
@Tekno-H I will be on the trip next week. May be I will be able to look at this problem after that |
Thanks, in the mean time I will try my best to come up with a solution. |
Hello @gudovskiy |
@gudovskiy |
Hi @Tekno-H , Have you found a solution for this issue. I got the following error message when i tried to convert the model.
LR schedule: [12, 18, 22] |
Hi, @dygcjlu Have you found a solution for this issue. I got the same error message with you when i tried to convert the model. |
Hello Denis,
Thanks a lot for your proposed CFlow method!
Do you have any plans to export the model to 'onnx' format? In my attempts to export, I had to use 'torch.jit.script' as an intermediate method to implement 'onnx' due to the presence of the loop in the forward code. But this seems to be difficult and the Freia library always fails to export.
Sincerely looking forward to your reply!
The text was updated successfully, but these errors were encountered: