File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ! -f "$CANDLE_DATA_DIR/Pilot1/Uno/top_21_auc_1fold.uno.h5" ]; then
9
9
fi
10
10
11
11
python uno_baseline_keras2.py --config_file uno_auc_model.txt --use_exported_data " $CANDLE_DATA_DIR /Pilot1/Uno/top_21_auc_1fold.uno.h5" -e 3 --save_weights save/saved.model.weights.h5
12
- python uno_infer.py --data " $CANDLE_DATA_DIR /Pilot1/Uno/top_21_auc_1fold.uno.h5 \
12
+ python uno_infer.py --data " $CANDLE_DATA_DIR /Pilot1/Uno/top_21_auc_1fold.uno.h5" \
13
13
--model_file save/' uno.A=relu.B=32.E=3.O=adamax.LR=0.0001.CF=r.DF=d.DR=0.1.wu_lr.re_lr.L1000.D1=1000.D2=1000.D3=1000.D4=1000.D5=1000.FD1=1000.FD2=1000.FD3=1000.FD4=1000.FD5=1000.model.json' \
14
14
--weights_file save/saved.model.weights.h5 \
15
15
--partition val \
You can’t perform that action at this time.
0 commit comments