-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)
Description
Describe the task. It can be a feature, documentation, etc.
run_train contain redundant code on init_torch(), init_ddp() etc:
| devices = Trainer.init_torch() |
This is original since these functions should be called before the logger is initalized. The redundancy is a source of errors. init_torch(), init_ddp() also should be called in Trainer and not in run_train.py
Hedgedoc URL, if you are keeping notes, plots, logs in hedgedoc.
No response
Area
- datasets, data readers, data preparation and transfer
- model
- science
- infrastructure and engineering
- evaluation, export and visualization
- documentation
Metadata
Metadata
Assignees
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)
Type
Projects
Status
No status