WGAN.jl icon indicating copy to clipboard operation
WGAN.jl copied to clipboard

UndefVarError: STDOUT not defined

Open kangpyo opened this issue 4 years ago • 0 comments

it seems an error in here. would you help me how to resolve this?

@everywhere function myprint(msg::String)
    println(msg); flush(STDOUT)
end

kangpyo avatar Feb 19 '21 17:02 kangpyo