Thomas Boyer
Thomas Boyer
Same here, with VSCode 1.43.2, rls 1.41.0 (b27e117 2020-01-13), rustc 1.42.0 (b8cedc004 2020-03-09), and Rust (rls) extension 0.7.0 on Linux x64 5.3.0-42-generic.
Same for ` VQModel` & ` ConsistencyDecoderVAE`; `apply_forward_hook` seems indeed to be the common factor.
Fom what [I can read](https://github.com/huggingface/doc-builder#autodoc), ``` ## AutoencoderKL [[autodoc]] AutoencoderKL ``` (in `docs/source/en/api/models/autoencoderkl.md`) should display all the public methods, so if not voluntary this must be a bug of `doc-builder`.
Is there any way currently to obtain a valid OAuth token without opening a web browser? In a headless environment this is quite cumbersome.
Hello, I have the same problem with wandb `0.17.5` & accelerate `0.33.0` using `wandb.require("core")` at the start of my script. I call ```python accelerator.init_trackers( project_name=cfg.project, config=OmegaConf.to_container(cfg, resolve=True), # pyright: ignore[reportArgumentType]...
Hello, Issue seems gone with `0.17.8`. π
I have the same error when calling `wandb sync wandb/latest-run` on some offline run with `0.17.3`. Did not happen with `0.16.5`.
Hello, I have sent an email to [email protected] with a log folder causing that error and referencing that issue.
Hello, I don't have access to the logs that were causing trouble anymore, but I will come back here if I encounter a similar error. Thank you for the quick...
Seems like `with_stack=True` is the culprit, also can't repro on a fresh colab but still reproducible on my install.