Skip to content

Commit

Permalink
update reqs and use of np.inf ci:execute
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 8, 2024
1 parent 93cccbf commit 942e35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@
"clip = 5\n",
"\n",
"# Initial Loss value (assumed big)\n",
"valid_loss_min = np.Inf\n",
"valid_loss_min = np.inf\n",
"\n",
"# Lists to follow the evolution of the loss and accuracy\n",
"epoch_tr_loss,epoch_vl_loss = [],[]\n",
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ pathlib
xkcd
decorator==5.0.9
pyvirtualdisplay
tensorboard
moviepy

0 comments on commit 942e35c

Please sign in to comment.