Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

Hey @mathbr10, by default our library logs data to our hosted service at https://wandb.ai, this is the simplest way to use wandb and doesn't require any port forwarding. If you...

Are you seeing any error messages in the logs? You still need to call wandb.init before calling model.fit with the callback. It could be that your containers have firewall rules...

Wait, so the data is getting logged to wandb in both cases? Why would you think there was an issue with ports? There's a log file named `./wandb/debug-internal.log` realitive to...

@samrudhdhirangrej can you share exactly what problem you're facing? If you're script passes a `config` value to wandb.init that should be getting persisted in the sync file and config.yaml. Are...

The error looks like clock skew. Can you be sure the time is correct on whatever server you're connecting from?

Can you share the exact error you're seeing? Does it say "certificate is not yet valid"?

@dmitryduev I'm going to try to get this branch into shape this week, I don't think it will make it into the next release unless it get's delayed. @speezepearson assuming...

Hey @soheeyang this is a great feature request we hope to implement. if you give me a project and the list of tags you would like to remove or rename...

This would be really tricky and error prone. I assume you would only want to replace keys in the values of config or potentially the display name. Just replacing all...

@janosh this isn't supported in any official way. We'll take this ticket as a feature request for changing the names of logged parameters after the fact.