Ramit Goolry

Results 84 comments of Ramit Goolry

Hi @alexeyfsk, Additional dependencies associated to launch can be installed using `pip install wandb[launch]`. We have improved the error messages associated to these, but we are not packaging all the...

Hi @jhkonan! We provide tools on the web platflorm itself to perform running averages which can be used to smooth your data. You can read more about them here :...

Hey @jhkonan, In that case, I think how you have set up your code is the best way to go about this. You will definitely need some kind of data...

Are you talking about the model gradients/parameters that are logged through `wandb.watch`? There does not seem to be any model logging code other than that. You should be able to...

Hey @jhkonan, Got it. In case you want to reduce the number of times the gradient is uploaded, you can increase the value of `log_freq`. Thanks, Ramit

Hi @kspieks, Thank you for reaching out and I will be happy to assist you. Could you share the full traceback for `KeyError(0)` so that I can get a little...

Hi @kspieks, The log you sent does not contain the traceback for the error. Are there any other files you might have which contain the traceback? Your working directory should...

Hey @kspieks, The error `KeyError(0)` occurs when there is a failed dictionary access when trying to access key `0`. Since this could really happen anywhere in the code, there is...

Hi @WasifurRahman! Could you share the full error message you see along with the version of `wandb` you currently have installed? I'll help look into this for you. Thanks, Ramit

​Hi @WasifurRahman , We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be...