Skip to content

Commit 43244d1

Browse files
Update llm_train_hpo_script.py
Delete duplicative parameter definition...
1 parent b2e9210 commit 43244d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llm_train_hpo_script.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ def objective(trial):
8181
# environment.
8282

8383
# Samples to use for the neural architecture seaerch stage
84-
PHASE_I_A_SAMPLES_TO_CREATE = 10
8584

86-
# Samples to use for the main training stage
87-
PHASE_I_B_SAMPLES_TO_CREATE = 20
8885
PHASE_I_B_VAL_SPLIT = 0.15
8986

9087
PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE = 100

0 commit comments

Comments
 (0)