-
Notifications
You must be signed in to change notification settings - Fork 21
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
PyTorch Implementation #23
Comments
@Amizhthan171 . I think implementing openMax with PyTorch should be possible. Currently the project uses Keras but I believe it is possible to convert each functions to PyTorch. You are more than welcome to start implement it using PyTorch and I can definitely help once you have a prototype. |
Great, will this repo work if I use pretrained NLP models such as LayoutLM? |
@Amizhthan171 , I am not familiar with LayoutLM so I do not know how we can use this repo would be useful. But based on my understanding, since we are using an already trained model for openMax it might be possible to replace the existing model with LayoutLM model. |
Hi, I also have a question, do you have the openMax implementation with pytorch? Thanks! |
Is there a way to implement openMax with pytorch?
The text was updated successfully, but these errors were encountered: