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

Implementation detail request for classification task #23

Open
changliu816 opened this issue May 7, 2020 · 3 comments
Open

Implementation detail request for classification task #23

changliu816 opened this issue May 7, 2020 · 3 comments

Comments

@changliu816
Copy link

Hi,

For implementation detail for Office-31 and Visda17, do you also follow those two steps?

  1. Pretraining on the source dataset
  2. Self-training on the target dataset

If so, could you please provide how many epochs you train for source dataset in step 1) for two datasets and how many epochs you train for step 2) ?

Best,
Chang

@yzou2
Copy link
Owner

yzou2 commented May 7, 2020

Yes, I pretrained on source and then self-train on target. For visda17, I just train 3 epochs on source and 20 epochs on target. For Office-31, pretrain for 200 epochs and self-traing for 50 epochs.

@changliu816
Copy link
Author

Hi Dr.Zou,

There is one more thing confusing me. In segmentation, you define each step1) and step 2) as one round and then you have 4 round, and in each round, you train 2 epochs.

In your description above e.g Office-31, you self-train model for 50 epochs at step 2). May I know how many rounds do you train and how many epochs in each round?

Thanks,
Chang

@changliu816 changliu816 reopened this May 12, 2020
@yzou2
Copy link
Owner

yzou2 commented May 12, 2020

Since pseudo-label generation is time-costly for semantic segmentation, we generate pseudo-label for segmentation every two epochs. However, for pseudo-label generation for image classification, it's much faster. Thus we generate pseudo-label every epoch for classification.

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

2 participants