Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:feature/SG-266_clean_trainer_ctor
defaults: - default_train_params max_epochs: 450 lr_mode: step initial_lr: 0.032 # for total batch-size of 512 lr_decay_factor: 0.973 lr_updates: _target_: numpy.arange start: 2.4 stop: 450 step: 2.4 lr_warmup_epochs: 5 optimizer: RMSpropTF optimizer_params: weight_decay: 0.00001 momentum: 0.9 alpha: 0.9 eps: 0.001 loss: cross_entropy zero_weight_decay_on_bias_and_bn: True ema: True ema_params: decay: 0.9999 mixed_precision: True metric_to_watch: Accuracy greater_metric_to_watch_is_better: True train_metrics_list: # metrics for evaluation - Accuracy - Top5 valid_metrics_list: # metrics for evaluation - Accuracy - Top5 _convert_: all
Press p or to see the previous file or, n or to see the next file