WGAN.jl
WGAN.jl copied to clipboard
UndefVarError: STDOUT not defined
it seems an error in here. would you help me how to resolve this?
@everywhere function myprint(msg::String)
println(msg); flush(STDOUT)
end