Skip to content

Commit 7e10013

Browse files
committed
Fix @epochs as well
1 parent 7db2ce5 commit 7e10013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimise/train.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ProgressLogging: @withprogress, @logprogress
1+
using ProgressLogging: @progress, @withprogress, @logprogress
22
import Zygote: Params, gradient
33

44
"""

0 commit comments

Comments
 (0)