Skip to content

Commit 262d6c7

Browse files
Fix line continuation in model fitting code
1 parent b4988a3 commit 262d6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-proof-of-concept-CPU-preprocessing-in-memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ def create_dataset(raw_text_samples, tokenizer, sample_expansion_batch_size=10)
14201420
phase_i_b_val_dataset = create_dataset(raw_text_samples=phase_i_b_val_samples, tokenizer=tokenizer, sample_expansion_batch_size=10)
14211421

14221422

1423-
phase_i_b_history =\
1423+
phase_i_b_history =\
14241424
generator.model.fit(
14251425
x=phase_i_b_train_dataset,
14261426
validation_data=phase_i_b_val_dataset,

0 commit comments

Comments
 (0)