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

how to use pretrained model in simplest way? #93

Open
Uljibuh opened this issue Feb 23, 2024 · 1 comment
Open

how to use pretrained model in simplest way? #93

Uljibuh opened this issue Feb 23, 2024 · 1 comment

Comments

@Uljibuh
Copy link

Uljibuh commented Feb 23, 2024

Before raising a question, you may need to check the following listed items.

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. I have read the FAQ documentation but cannot get the expected help.
@Uljibuh
Copy link
Author

Uljibuh commented Feb 23, 2024

i have triained the video swin transformer on a private dataset, the dataset is 3D medical image, around 400 data in training set, the traning result is not good, sometime the model does not converges at all. i am wondering how to utilize the pretranined model for my own dataset in simplest way? my data input size is (1, 128, 128, 50), (channel, height, width, depth), i am quite new to vision transormer, and i am not familar all configuration files, btw, i am working in kaggle environment.

i have run these codes, and have installed them all. wondering how to use pretrained model and then trian the model on my own dataset?

!pip install git+https://github.com/open-mmlab/mim.git

!git clone https://github.com/open-mmlab/mmaction2.git

pip install -r requirements/build.txt

thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant