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

checklist #1

Open
7 of 12 tasks
gau-nernst opened this issue Dec 22, 2021 · 0 comments
Open
7 of 12 tasks

checklist #1

gau-nernst opened this issue Dec 22, 2021 · 0 comments

Comments

@gau-nernst
Copy link
Owner

gau-nernst commented Dec 22, 2021

TODO

Backbones

Training

  • (Low priority) JPEG GPU decoding to alleviate CPU bottleneck in data loading for small models link
    • May break torchvision.transforms and Lightning
  • (Low priority) Model EMA
  • Use DataModule to separate data from LightningModule for better readability
  • Channels-last memory layout link
    • Good performance gain (RTX3090, with fp16 training). For Darknet-53, 1.4 it/s (w/ JIT) -> 2 it/s (w/o JIT, channels-last)
    • JIT + channels-last is not good: 1.3it/s
  • WebDataset
  • (Currently not possible) DALI pipeline
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