Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

Just thought of another detail. This setting should also alter the session cookie path by default. 🐰 🕳️

Oooo, was just messing around with f-strings. There's no clever way I've seen capture the original `f"..."` template, however if we made our own little `f` equivalent we could capture...

> > Oooo, was just messing around with f-strings. There's no clever way I've seen capture the original `f"..."` template, however if we made our own little `f` equivalent we...

Hey @adefossez something definitely on our roadmap. Unfortunately it's very complicated because data is keyed off of this ID in many other datastores like the history of metrics and the...

@adefossez yeah it's complicated. What about using wandb as the state storage system? You could add something like "generations" to your config. And then do something like: ```python import wandb...

@adefossez understood, we're working on a specific feature for this usecase. We're planning to add a method like `run.rewind(...)` that will allow you to got to a specific step and...

Hey @elchan this is cool! Apologies for not reaching out sooner, I've been distracted lately. I'm curious what your intended use case for this is?