You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering:
What do you think is the easiest way to change the image encoder from CvT to UniFormer?
I want to make this change, but I’m a little confused about how to do it.
My initial idea is to edit the file: modules/transformers/single_model/modelling_single.py
However, I’m not entirely sure if this is the only .py file I need to modify or which functions in that file I can reuse when implementing UniFormer, and which ones I cannot recycle.
Thanks again for all the help! This is a really useful model =).
The text was updated successfully, but these errors were encountered:
This should also be the change for the multi-image and longitudinal, multi-image cases.
I haven't tested this, so let me know what errors occur (will probably be to do with the shape of the UniFormer output versus CvT, but we should be able to fix that easily).
Hi!
I was wondering:
What do you think is the easiest way to change the image encoder from CvT to UniFormer?
I want to make this change, but I’m a little confused about how to do it.
My initial idea is to edit the file:
modules/transformers/single_model/modelling_single.py
However, I’m not entirely sure if this is the only .py file I need to modify or which functions in that file I can reuse when implementing UniFormer, and which ones I cannot recycle.
Thanks again for all the help! This is a really useful model =).
The text was updated successfully, but these errors were encountered: