OSDN icon indicating copy to clipboard operation
OSDN copied to clipboard

PyTorch Implementation

Open Amizhthan171 opened this issue 2 years ago • 4 comments

Is there a way to implement openMax with pytorch?

Amizhthan171 avatar May 04 '22 14:05 Amizhthan171

@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.

aadeshnpn avatar May 11 '22 03:05 aadeshnpn

Great, will this repo work if I use pretrained NLP models such as LayoutLM?

Amizhthan171 avatar May 13 '22 15:05 Amizhthan171

@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.

aadeshnpn avatar May 13 '22 15:05 aadeshnpn

Hi, I also have a question, do you have the openMax implementation with pytorch? Thanks!

bang001 avatar Jun 03 '23 13:06 bang001