Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
@Haoxiang-Wang @yangj1e you can set the environment variable `WANDB_CONSOLE=off` which is a temporary fix. The next release of the library should fix this issue for good.
@karthi0804 I had thought we fixed this with the most recent release? Are you still seeing this? I'm tagging the engineer on our team @farizrahman4u that's working on console syncing...
Thanks @Antsypc, we're aware of the issue and are actively working on a fix. It should be released in the next version of our client library due out in a...
Hey @abeyang00 we actually have a feature for this that isn't well documented. You can call `wandb.run.log_code(".")` after calling wandb.init to capture all python source code files in the current...
Thanks for reporting this @mjohenneken, we're tracking it in our roadmap and will update this ticket when it's fixed.
➕ I currently get `TypeError: Object of type bytes is not JSON serializable` when attempting to send a data uri in the request. Even if the feature only supported data...
@lukekenworthy can you provide an example script? If you're using multiprocessing in your scripts you may need to explicity call `wandb.finish()` in the process that called wandb.init once processing as...
@ssadhukha or @zdhNarsil can you share an example script that gets you into this state?
This is now fixed in master!
Looks like you logged 58800 media files like images or video. That will take a long time to upload and might fill up our overwhelm your disk. You should reduce...