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

Things that could need investigating (ongoing list) #30

Closed
cssprad1 opened this issue Jan 16, 2024 · 1 comment
Closed

Things that could need investigating (ongoing list) #30

cssprad1 opened this issue Jan 16, 2024 · 1 comment
Assignees

Comments

@cssprad1
Copy link
Contributor

This is an evolving list of configurations and settings that I have been using. I have not done more than verify these work as intended however they could stand to be looked over and see if it is best for our training needs

  • Automatic resizing of data (code)
        self.transform_img = \
            T.Compose([
                RandomResizedCropNP(scale=(0.67, 1.),
                                    ratio=(3. / 4., 4. / 3.)),
                T.ToTensor(),
                T.Resize((config.DATA.IMG_SIZE, config.DATA.IMG_SIZE)),
            ])
  • Scaled learning rate (code)
    linear_scaled_lr, linear_scaled_min_lr, linear_scaled_warmup_lr = \
        setup_scaled_lr(config)
  LR_SCHEDULER:
    NAME: 'multistep'
    GAMMA: 0.1
  MASK_PATCH_SIZE: 32
  MASK_RATIO: 0.6
@cssprad1
Copy link
Contributor Author

cssprad1 commented Nov 8, 2024

Done with #63

@cssprad1 cssprad1 closed this as completed Nov 8, 2024
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