vonpetersenn

Results 3 issues of vonpetersenn

Hello, when trying to add `FluxPrune` to my project that includes `Flux`, `CUDA` and `cuDNN`, there are version conficts that cannot be resolved. I removed the packages `Flux`, `CUDA`, and...

**Summary:** - Clarified the expected structure and content of the `tags` variable in the documentation. **Changes:** - Initially changed the type declaration of `tags` in the first commit, which caused...

Hello, I have trouble setting tags for an experiment. On the code ```Julia ### #header ### mlf = MLFlow("http://localhost:5000//api") experiment_name = "tag_run" experiment_tags = Dict("tag1" => "tag1value") createexperiment(mlf; name=experiment_name, tags...

documentation