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

Baseline code refactoring #23

Open
2 tasks done
jhuni17 opened this issue Nov 18, 2024 · 2 comments
Open
2 tasks done

Baseline code refactoring #23

jhuni17 opened this issue Nov 18, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jhuni17
Copy link
Contributor

jhuni17 commented Nov 18, 2024

πŸ“„ Describe
베이슀 라인 μ½”λ“œ μž‘μ„±

βœ… Tasks

  • 7κ°• μ‹€μŠ΅ μ½”λ“œλ₯Ό 기반으둜 ν•˜λŠ” SMP 베이슀 라인 μ½”λ“œ λ¦¬νŒ©ν† λ§
  • MMSegmentation 베이슀 라인 μ½”λ“œ μž‘μ„±

πŸ™‹πŸ» More
7κ°• μ‹€μŠ΅ μ½”λ“œμ—μ„œ λ³€κ²½λœ 점:
Optimizer Adam -> AdamW둜 λ³€κ²½
배치 μ‚¬μ΄μ¦ˆ λ³€κ²½

@jhuni17 jhuni17 changed the title baseline code refactoring Baseline code refactoring Nov 18, 2024
@jhuni17 jhuni17 self-assigned this Nov 18, 2024
jhuni17 added a commit that referenced this issue Nov 18, 2024
jhuni17 added a commit that referenced this issue Nov 18, 2024
@jhuni17 jhuni17 added the enhancement New feature or request label Nov 18, 2024
@jhuni17
Copy link
Contributor Author

jhuni17 commented Nov 18, 2024

[SMP 베이슀라인 λ¦¬νŒ©ν† λ§ 트리 ꡬ쑰]

smp_jh
β”œβ”€β”€ checkpoints
β”‚   └── best_model.pt
β”œβ”€β”€ config
β”‚   └── config.py
β”œβ”€β”€ csv
β”‚   └── submission.csv
β”œβ”€β”€ dataset
β”‚   β”œβ”€β”€ dataset.py
β”‚   └── transforms.py
β”œβ”€β”€ inference.py
β”œβ”€β”€ log
β”œβ”€β”€ models
β”‚   β”œβ”€β”€ loss.py
β”‚   β”œβ”€β”€ model.py
β”‚   └── scheduler.py
β”œβ”€β”€ train.py
β”œβ”€β”€ utils
β”‚   β”œβ”€β”€ metrics.py
β”‚   β”œβ”€β”€ rle.py
β”‚   └── wandb.py
└── validate.py

@jhuni17 jhuni17 mentioned this issue Nov 21, 2024
2 tasks
jhuni17 added a commit that referenced this issue Nov 24, 2024
@jhuni17
Copy link
Contributor Author

jhuni17 commented Nov 25, 2024

[MMSegmentation μ„€μΉ˜, μ‚¬μš©]

pip install -U openmim
mim install mmengine
mim install mmcv==2.1.0
pip install "mmsegmentation>=1.0.0"
pip install ftfy
pip install regex

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

No branches or pull requests

1 participant