Skip to content

Commit 8856ea1

Browse files
committed
adds back text generation datasets, closes lukas#44
1 parent bb78ffa commit 8856ea1

File tree

5 files changed

+12691
-1
lines changed

5 files changed

+12691
-1
lines changed

videos/text-gen/char-gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ def on_epoch_end(self, batch, logs={}):
9393
sys.stdout.write(next_char)
9494
sys.stdout.flush()
9595
print()
96-
96+
9797
model.fit(x, y, batch_size=config.batch_size,
9898
epochs=100, callbacks=[SampleText(), WandbCallback()])

0 commit comments

Comments
 (0)