Skip to content

Commit c036686

Browse files
cleanup
1 parent 5395db9 commit c036686

File tree

2 files changed

+1
-104
lines changed

2 files changed

+1
-104
lines changed

src/optimise/train.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ hello
141141
```
142142
"""
143143
macro epochs(n, ex)
144-
:(for i = 1:$(esc(n))
144+
:(@progress for i = 1:$(esc(n))
145145
@info "Epoch $i"
146146
$(esc(ex))
147147
end)

test.jl

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)