Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Aug 13, 2024
1 parent 75e87b3 commit dd321c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/multi_length_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def get_x_y(max_time_steps):
m.compile(optimizer='adam', loss='binary_crossentropy', metrics=['accuracy'])

gen = get_x_y(max_time_steps=MAX_TIME_STEP)
m.fit(gen, epochs=1, steps_per_epoch=1000, max_queue_size=1, verbose=2)
m.fit(gen, epochs=1, steps_per_epoch=1000, verbose=2)

0 comments on commit dd321c1

Please sign in to comment.