Skip to content

Commit fa3e6ac

Browse files
authored
Update em.jl
1 parent 669330c commit fa3e6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parameters/em.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using CUDA, Random, Statistics
1+
using CUDA, Random
22

33
export full_batch_em, mini_batch_em, init_parameters
44

@@ -738,4 +738,4 @@ end
738738

739739
cleanup(caller::EarlyStopPC) = begin
740740
cleanup(caller.likelihoods_log)
741-
end
741+
end

0 commit comments

Comments
 (0)