Skip to content

Commit 61aca30

Browse files
Update generative-proof-of-concept-CPU-preprocessing-in-memory.py
Try to train the model directly on the CerebrosNotGPT wrapper.
1 parent 3d5b176 commit 61aca30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,8 @@ def create_dataset(raw_text_samples, tokenizer, sample_expansion_batch_size=10)
14071407

14081408

14091409
phase_i_b_history =\
1410-
best_model_found.fit(
1410+
generator.model.fit(
1411+
# best_model_found.fit(
14111412
x=phase_i_b_dataset,
14121413
epochs=phase_i_b_epochs,
14131414
batch_size=batch_size) # ,

0 commit comments

Comments
 (0)