Rana Ian
Rana Ian
What's the level of interest in supporting CPU multi-threading? And, if the level of interest is low, would you be interested in providing a guide and overview of the effort...
Appears that [Flux](https://github.com/FluxML/Flux.jl)/[Zygote](https://github.com/FluxML/Zygote.jl) currently supports CPU multi-threading. Though I much prefer Knet, I guess I will switch to Flux and borrow heavily from Knet. ```Julia using Pkg for p in...
Looking forward to a solution :grinning: Using [Test-specific dependencies in Julia 1.0 and 1.1](https://julialang.github.io/Pkg.jl/v1/creating-packages/#Test-specific-dependencies-in-Julia-1.0-and-1.1-1) in the mean time.
The DataFrame looks like ```julia trials = DataFrame( trial=Int32[], epch=Int64[], nn=NeuralNetwork[], nn2=NeuralNetwork[] ) ``` where NeuralNetwork is ```julia abstract type NeuralNetwork end abstract type RecurrentNetwork
> mock.MatchedBy(func(ctx context.Context) bool { return true}) This solved it for the time being
Hi Ben, I haven't had time to re-work the existing code to be universally applied to each of the services. Hopefully what is written can offer something to go on....
Hi, You probably just want to consume GCP.jl. In which case, you would need to generate a credential file from Google and do something like the following in Julia At...
GCP communication over grpc would be preferable and more performant than REST. At the time of writing, most GCP apis seemed to only support REST. Was not aware of the...
Hi, Haven't tried it. No time for it actually. But would love to hear how it goes if you do try it! Cheers
How about add Debugf, Infof, remove the existing logger and mark it as version 4 for gopkg.in? On Apr 19, 2016 12:48 AM, "Tamás Gulácsi" [email protected] wrote: > Continuing the...