RafayAK

Results 25 comments of RafayAK

@matekrk The script you pointed to ran and logged to wandb just fine: ``` import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4]) plt.ylabel('some interesting numbers') wandb.log({"chart": plt}) ```

This exact issue is mentioned here: https://github.com/plotly/plotly.py/issues/3624

Hey fellows, @shcheklein asked me to chime in on this ticket with my use case. So, here it is. I have created a DVC Data Registry with the intention of...

@MetalBlueberry that sounds great. I would love to have that feature in DVC or try out your system (if you've open-sourced it). If any help is required in implementing this...

@MetalBlueberry very cool way of updating the repo. I like it. One question though, when you add a new piece of data into your DVC tracked directory, the hash of...

Thanks, that should do it. I'll also just override the callbacks to just use defaults when testing.

Facing the same problem on Pop OS 20.4

This mainly seems like a UI bug, It fails to update UI after "allow" is clicked. Weird thing is that I can click around the stuck Deskreen window and get...