Delete fastai_configs.py
Browse files- fastai_configs.py +0 -137
fastai_configs.py
DELETED
|
@@ -1,137 +0,0 @@
|
|
| 1 |
-
conf_fastai_resnet1d18 = {'model_name': 'fastai_resnet1d18', 'model_type': 'FastaiModel',
|
| 2 |
-
'parameters': dict()}
|
| 3 |
-
|
| 4 |
-
conf_fastai_resnet1d34 = {'model_name': 'fastai_resnet1d34', 'model_type': 'FastaiModel',
|
| 5 |
-
'parameters': dict()}
|
| 6 |
-
|
| 7 |
-
conf_fastai_resnet1d50 = {'model_name': 'fastai_resnet1d50', 'model_type': 'FastaiModel',
|
| 8 |
-
'parameters': dict()}
|
| 9 |
-
|
| 10 |
-
conf_fastai_resnet1d101 = {'model_name': 'fastai_resnet1d101', 'model_type': 'FastaiModel',
|
| 11 |
-
'parameters': dict()}
|
| 12 |
-
|
| 13 |
-
conf_fastai_resnet1d152 = {'model_name': 'fastai_resnet1d152', 'model_type': 'FastaiModel',
|
| 14 |
-
'parameters': dict()}
|
| 15 |
-
|
| 16 |
-
conf_fastai_resnet1d_wang = {'model_name': 'fastai_resnet1d_wang', 'model_type': 'FastaiModel',
|
| 17 |
-
'parameters': dict()}
|
| 18 |
-
|
| 19 |
-
conf_fastai_wrn1d_22 = {'model_name': 'fastai_wrn1d_22', 'model_type': 'FastaiModel',
|
| 20 |
-
'parameters': dict()}
|
| 21 |
-
|
| 22 |
-
conf_fastai_xresnet1d18 = {'model_name': 'fastai_xresnet1d18', 'model_type': 'FastaiModel',
|
| 23 |
-
'parameters': dict()}
|
| 24 |
-
|
| 25 |
-
conf_fastai_xresnet1d34 = {'model_name': 'fastai_xresnet1d34', 'model_type': 'FastaiModel',
|
| 26 |
-
'parameters': dict()}
|
| 27 |
-
|
| 28 |
-
conf_fastai_xresnet1d50 = {'model_name': 'fastai_xresnet1d50', 'model_type': 'FastaiModel',
|
| 29 |
-
'parameters': dict()}
|
| 30 |
-
|
| 31 |
-
# more xresnet50s
|
| 32 |
-
conf_fastai_xresnet1d50_ep30 = {'model_name': 'fastai_xresnet1d50_ep30', 'model_type': 'FastaiModel',
|
| 33 |
-
'parameters': dict(epochs=30)}
|
| 34 |
-
|
| 35 |
-
conf_fastai_xresnet1d50_validloss_ep30 = {'model_name': 'fastai_xresnet1d50_validloss_ep30',
|
| 36 |
-
'model_type': 'FastaiModel',
|
| 37 |
-
'parameters': dict(early_stopping="valid_loss", epochs=30)}
|
| 38 |
-
|
| 39 |
-
conf_fastai_xresnet1d50_macroauc_ep30 = {'model_name': 'fastai_xresnet1d50_macroauc_ep30', 'model_type': 'FastaiModel',
|
| 40 |
-
'parameters': dict(early_stopping="macro_auc", epochs=30)}
|
| 41 |
-
|
| 42 |
-
conf_fastai_xresnet1d50_fmax_ep30 = {'model_name': 'fastai_xresnet1d50_fmax_ep30', 'model_type': 'FastaiModel',
|
| 43 |
-
'parameters': dict(early_stopping="fmax", epochs=30)}
|
| 44 |
-
|
| 45 |
-
conf_fastai_xresnet1d50_ep50 = {'model_name': 'fastai_xresnet1d50_ep50', 'model_type': 'FastaiModel',
|
| 46 |
-
'parameters': dict(epochs=50)}
|
| 47 |
-
|
| 48 |
-
conf_fastai_xresnet1d50_validloss_ep50 = {'model_name': 'fastai_xresnet1d50_validloss_ep50',
|
| 49 |
-
'model_type': 'FastaiModel',
|
| 50 |
-
'parameters': dict(early_stopping="valid_loss", epochs=50)}
|
| 51 |
-
|
| 52 |
-
conf_fastai_xresnet1d50_macroauc_ep50 = {'model_name': 'fastai_xresnet1d50_macroauc_ep50', 'model_type': 'FastaiModel',
|
| 53 |
-
'parameters': dict(early_stopping="macro_auc", epochs=50)}
|
| 54 |
-
|
| 55 |
-
conf_fastai_xresnet1d50_fmax_ep50 = {'model_name': 'fastai_xresnet1d50_fmax_ep50', 'model_type': 'FastaiModel',
|
| 56 |
-
'parameters': dict(early_stopping="fmax", epochs=50)}
|
| 57 |
-
|
| 58 |
-
conf_fastai_xresnet1d101 = {'model_name': 'fastai_xresnet1d101', 'model_type': 'FastaiModel',
|
| 59 |
-
'parameters': dict()}
|
| 60 |
-
|
| 61 |
-
conf_fastai_xresnet1d152 = {'model_name': 'fastai_xresnet1d152', 'model_type': 'FastaiModel',
|
| 62 |
-
'parameters': dict()}
|
| 63 |
-
|
| 64 |
-
conf_fastai_xresnet1d18_deep = {'model_name': 'fastai_xresnet1d18_deep', 'model_type': 'FastaiModel',
|
| 65 |
-
'parameters': dict()}
|
| 66 |
-
|
| 67 |
-
conf_fastai_xresnet1d34_deep = {'model_name': 'fastai_xresnet1d34_deep', 'model_type': 'FastaiModel',
|
| 68 |
-
'parameters': dict()}
|
| 69 |
-
|
| 70 |
-
conf_fastai_xresnet1d50_deep = {'model_name': 'fastai_xresnet1d50_deep', 'model_type': 'FastaiModel',
|
| 71 |
-
'parameters': dict()}
|
| 72 |
-
|
| 73 |
-
conf_fastai_xresnet1d18_deeper = {'model_name': 'fastai_xresnet1d18_deeper', 'model_type': 'FastaiModel',
|
| 74 |
-
'parameters': dict()}
|
| 75 |
-
|
| 76 |
-
conf_fastai_xresnet1d34_deeper = {'model_name': 'fastai_xresnet1d34_deeper', 'model_type': 'FastaiModel',
|
| 77 |
-
'parameters': dict()}
|
| 78 |
-
|
| 79 |
-
conf_fastai_xresnet1d50_deeper = {'model_name': 'fastai_xresnet1d50_deeper', 'model_type': 'FastaiModel',
|
| 80 |
-
'parameters': dict()}
|
| 81 |
-
|
| 82 |
-
conf_fastai_inception1d = {'model_name': 'fastai_inception1d', 'model_type': 'FastaiModel',
|
| 83 |
-
'parameters': dict()}
|
| 84 |
-
|
| 85 |
-
conf_fastai_inception1d_input256 = {'model_name': 'fastai_inception1d_input256', 'model_type': 'FastaiModel',
|
| 86 |
-
'parameters': dict(input_size=256)}
|
| 87 |
-
|
| 88 |
-
conf_fastai_inception1d_input512 = {'model_name': 'fastai_inception1d_input512', 'model_type': 'FastaiModel',
|
| 89 |
-
'parameters': dict(input_size=512)}
|
| 90 |
-
|
| 91 |
-
conf_fastai_inception1d_input1000 = {'model_name': 'fastai_inception1d_input1000', 'model_type': 'FastaiModel',
|
| 92 |
-
'parameters': dict(input_size=1000)}
|
| 93 |
-
|
| 94 |
-
conf_fastai_inception1d_no_residual = {'model_name': 'fastai_inception1d_no_residual', 'model_type': 'FastaiModel',
|
| 95 |
-
'parameters': dict()}
|
| 96 |
-
|
| 97 |
-
conf_fastai_fcn = {'model_name': 'fastai_fcn', 'model_type': 'FastaiModel',
|
| 98 |
-
'parameters': dict()}
|
| 99 |
-
|
| 100 |
-
conf_fastai_fcn_wang = {'model_name': 'fastai_fcn_wang', 'model_type': 'FastaiModel',
|
| 101 |
-
'parameters': dict()}
|
| 102 |
-
|
| 103 |
-
conf_fastai_schirrmeister = {'model_name': 'fastai_schirrmeister', 'model_type': 'FastaiModel',
|
| 104 |
-
'parameters': dict()}
|
| 105 |
-
|
| 106 |
-
conf_fastai_sen = {'model_name': 'fastai_sen', 'model_type': 'FastaiModel',
|
| 107 |
-
'parameters': dict()}
|
| 108 |
-
|
| 109 |
-
conf_fastai_basic1d = {'model_name': 'fastai_basic1d', 'model_type': 'FastaiModel',
|
| 110 |
-
'parameters': dict()}
|
| 111 |
-
|
| 112 |
-
conf_fastai_lstm = {'model_name': 'fastai_lstm', 'model_type': 'FastaiModel',
|
| 113 |
-
'parameters': dict(lr=1e-3)}
|
| 114 |
-
|
| 115 |
-
conf_fastai_gru = {'model_name': 'fastai_gru', 'model_type': 'FastaiModel',
|
| 116 |
-
'parameters': dict(lr=1e-3)}
|
| 117 |
-
|
| 118 |
-
conf_fastai_lstm_bidir = {'model_name': 'fastai_lstm_bidir', 'model_type': 'FastaiModel',
|
| 119 |
-
'parameters': dict(lr=1e-3)}
|
| 120 |
-
|
| 121 |
-
conf_fastai_gru_bidir = {'model_name': 'fastai_gru', 'model_type': 'FastaiModel',
|
| 122 |
-
'parameters': dict(lr=1e-3)}
|
| 123 |
-
|
| 124 |
-
conf_fastai_lstm_input1000 = {'model_name': 'fastai_lstm_input1000', 'model_type': 'FastaiModel',
|
| 125 |
-
'parameters': dict(input_size=1000, lr=1e-3)}
|
| 126 |
-
|
| 127 |
-
conf_fastai_gru_input1000 = {'model_name': 'fastai_gru_input1000', 'model_type': 'FastaiModel',
|
| 128 |
-
'parameters': dict(input_size=1000, lr=1e-3)}
|
| 129 |
-
|
| 130 |
-
conf_fastai_schirrmeister_input500 = {'model_name': 'fastai_schirrmeister_input500', 'model_type': 'FastaiModel',
|
| 131 |
-
'parameters': dict(input_size=500)}
|
| 132 |
-
|
| 133 |
-
conf_fastai_inception1d_input500 = {'model_name': 'fastai_inception1d_input500', 'model_type': 'FastaiModel',
|
| 134 |
-
'parameters': dict(input_size=500)}
|
| 135 |
-
|
| 136 |
-
conf_fastai_fcn_wang_input500 = {'model_name': 'fastai_fcn_wang_input500', 'model_type': 'FastaiModel',
|
| 137 |
-
'parameters': dict(input_size=500)}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|