Jianqi Pan
Jianqi Pan
I encountered a similar issue. When enabling `optimizer_type = "AdamW"` and `train_text_encoder`, a warning about `use_reentrant` appears. At this point, if I try to save the training state, the training...
Add `{"use_reentrant": True}` to sdxl_train.py could fix the use_reentrant problem.. But it still freezes on saved states. May be it is another issue. ``` if args.gradient_checkpointing: text_encoder1.gradient_checkpointing_enable({"use_reentrant": False}) text_encoder2.gradient_checkpointing_enable({"use_reentrant": False})...
I’m a beginner and not quite sure about the specific effects, but I am attempting to replicate the settings from https://huggingface.co/cagliostrolab/animagine-xl-3.1. Regarding the freeze issue, by referring to this issue,...
We are currently undergoing maintenance on our servers and are experiencing some level of inaccessibility. I think it should be back to normal now.
Thank you for your suggestion. I will try to implement it.
Simply put, when a VSCode event is triggered, we will report a message. This mainly includes actions such as input, scroll, and file switching. https://github.com/datreks/codetime-vscode/blob/master/src/events.ts
It’s strange… I’ve found that these records are very likely from another user, but I’m not sure how this happened. I will carefully investigate the logic of the data processing....
Hi, thanks for using Code Time. I noticed you downloaded an older version of the plugin that has been deprecated. You can find the new version of the plugin here:...
Strange. May I ask if you are using https://codetime.dev? Because there might be other services with the same name…
I apologize for any inconvenience caused. However, I haven’t been able to pinpoint where the issue might be... I may need you to provide more information. Could you please try...