-
### Steps to reproduce
I'm trying to integrate a flutter module to a newly created android app with the [documentation](https://docs.flutter.dev/add-to-app/android/project-setup?tab=with-android-st…
-
Following [the tutorial](https://github.com/lllyasviel/ControlNet/blob/main/docs/train.md#step-3---what-sd-model-do-you-want-to-control) I can successfully download SD, add ControlNet, and train it.
…
-
I load the model ema_0.9999_050000.pt shared by you (thanks for sharing), and find the **word_embedding.weight** is orthogonal, which is wierd! This means trained embedding failing to learn semantic r…
-
When I execute python train_QuAC.py,there are errors as following:
Traceback (most recent call last):
File "train_QuAC.py", line 324, in
main()
File "train_QuAC.py", line 175, in main
…
-
The FA3 paper says:
> Accuracy: block quantization and incoherent processing. With FP8 (e4m3) format, one only uses 3 bits to store the mantissa and 4 bits for the exponent. This results in higher …
-
## ❓ Questions and Help: Fail in exporting from pt to onnx using export.py
#### What is your question?
encounter error listed below when running `python export.py'.
**The error details 'Runtime…
-
_Cross-linking from https://github.com/dotnet/aspire/issues/3409 for visibility_.
Due to the above mentioned bug, it's not possible to deploy to Azure if you have AI support enabled. I've worked ar…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
I am currently running 2 instances of the W…
-
## Steps to Reproduce
1. Select any text
2. Type any symbol while holding selection endpoint with finger (touch location should be outside the text)
**Expected results:** Nothing special happen…
-
Hi,
Thank you for your work and this excellent repository. As the model takes a long time to train, I wish to early detect if the model is training correctly or if I need to adjust some parameters.…