We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e9210 commit 43244d1Copy full SHA for 43244d1
llm_train_hpo_script.py
@@ -81,10 +81,7 @@ def objective(trial):
81
# environment.
82
83
# Samples to use for the neural architecture seaerch stage
84
- PHASE_I_A_SAMPLES_TO_CREATE = 10
85
86
- # Samples to use for the main training stage
87
- PHASE_I_B_SAMPLES_TO_CREATE = 20
88
PHASE_I_B_VAL_SPLIT = 0.15
89
90
PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE = 100
0 commit comments