deyandyankov

Results 11 comments of deyandyankov

This can be remediated if https://github.com/JuliaPy/Conda.jl/pull/197 is merged.

any news on this? I am hitting the same issue using `Tesla T4` and various versions of `tensorflow-gpu`. So far I have only tried `CUDA 9.0` though.

I had the same issue. I installed (just now) `julia 0.6.0-rc2` on mac via the dmg file on the website. The first thing I ran was `Pkg.install("IJulia")` Building `ZMQ` failed...

Thanks for putting this together, @ablaom. A few notes and suggestions from my end. Regarding `logging=nothing` and `1. Serializing machines`, it might be useful to think of different types of...

When the initial development happened, the assumption was that the developer would have a local mlflow instance running prior to executing the tests. Moreover, it was also up to restart...

I agree with the base URL approach, but it will break compatibility for existing users. I.e. they will need to update their URLs if we make that change and they...

I think having both `authorisation` and `headers` makes sense. Probably need to consider the case when both `authorisation` and `headers=Dict("Authorization"=>"Basic $credentials"))` have been supplied, but that would be a user...

@ablaom was at least one experiment recorded? Seems to me that the first time `evaluate` was spawned, an experiment was created (white moon), and then the other executions try to...

hi @rejuvyesh - of course! I was aware of MLFlowLogger but I figured having a stab at the REST API was worth it as per https://github.com/rejuvyesh/MLFlowLogger.jl/issues/3 -- was planning on...

I think it's better to start with 1) - will you be able to make the necessary changes there so that it is stripped to logging machinery and uses MLFlowClient...