avik-pal / Wandb.jl

Unofficial Julia bindings for logging experiments to wandb.ai
https://avik-pal.github.io/Wandb.jl/stable/
MIT License
82 stars 11 forks source link

use PythonCall? #13

Closed ericphanson closed 1 year ago

ericphanson commented 2 years ago

Would you open to switching to PythonCall? I've found it easier to manage python dependencies that way. More info on PythonCall: https://discourse.julialang.org/t/ann-pythoncall-and-juliacall/76778

avik-pal commented 2 years ago

I can definitely consider it. Since Wandb.jl is currently in early stages, we can safely make these changes. I will try to prototype a version in the upcoming weeks and verify that everything is working.