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 step_lr_update_freq: 2.4 initial_lr: 0.016 lr_warmup_epochs: 3 warmup_initial_lr: 1e-6 lr_decay_factor: 0.97 optimizer: RMSpropTF optimizer_params: momentum: 0.9 weight_decay: 1e-5 eps: 0.001 ema: True ema_params: exp_activation: False decay: 0.9999 loss: cross_entropy criterion_params: smooth_eps: 0.1 metric_to_watch: Accuracy greater_metric_to_watch_is_better: True save_ckpt_epoch_list: [50, 100, 150, 200] average_best_models: True mixed_precision: True zero_weight_decay_on_bias_and_bn: 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