Skip to content

Commit

Permalink
regression .fit not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ggantos committed Feb 29, 2024
1 parent 7e09cfe commit 7b5acb8
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 30 deletions.
2 changes: 0 additions & 2 deletions mlguess/keras/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ def fit(
validation_data=validation_data,
initial_epoch=initial_epoch,
steps_per_epoch=steps_per_epoch,
workers=workers,
use_multiprocessing=use_multiprocessing,
shuffle=shuffle,
**kwargs,
)
Expand Down
Loading

0 comments on commit 7b5acb8

Please sign in to comment.