Skip to content

Commit d3aef09

Browse files
committed
Correct some parameter names that have since changed
1 parent 5ae8605 commit d3aef09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TRAIN_AND_RUN_README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ modify attributes appropriately for your experiment.
280280
seen during a single epoch.
281281
* `data:train_dataset:window_size` -- Update with the desired window size for
282282
this experiment.
283-
* `data:train_dataset:vectorizer` -- Update with the type and hyperparameters
283+
* `data:train_dataset:vectorize` -- Update with the type and hyperparameters
284284
for the specific vectorizer to utilize for this experiment.
285-
* `data:train_dataset:transform:transforms` -- Update to include any vector
285+
* `data:train_dataset:transform_frame_data:transforms` -- Update to include any vector
286286
generalized transformations/augmentations that should be utilized during
287287
dataset iteration.
288288
* The transforms utilized for train, validation and testing may be customized

0 commit comments

Comments
 (0)