parent
101a7ced95
commit
d0a067705f
@ -1,3 +0,0 @@
|
||||
# Augmentations
|
||||
|
||||
TODO
|
@ -1,3 +1,7 @@
|
||||
# Data
|
||||
|
||||
TODO
|
||||
[[autodoc]] timm.data.create_dataset
|
||||
|
||||
[[autodoc]] timm.data.create_loader
|
||||
|
||||
[[autodoc]] timm.data.create_transform
|
@ -1,3 +1,5 @@
|
||||
# Models
|
||||
|
||||
TODO
|
||||
[[autodoc]] timm.create_model
|
||||
|
||||
[[autodoc]] timm.list_models
|
||||
|
@ -1,3 +1,12 @@
|
||||
# Optimization
|
||||
|
||||
TODO
|
||||
## Optimizers
|
||||
|
||||
[[autodoc]] timm.optim.optim_factory.create_optimizer
|
||||
|
||||
## Schedulers
|
||||
|
||||
[[autodoc]] timm.scheduler.cosine_lr.CosineLRScheduler
|
||||
[[autodoc]] timm.scheduler.step_lr.StepLRScheduler
|
||||
[[autodoc]] timm.scheduler.tanh_lr.TanhLRScheduler
|
||||
[[autodoc]] timm.scheduler.plateau_lr.PlateauLRScheduler
|
||||
|
Loading…
Reference in new issue