Wenhao Chen
Wenhao Chen
At line 473 of [inference.py](https://github.com/Huage001/PaintTransformer/blob/main/inference/inference.py), it writes ```python decision = stroke_decision.view(1, h, w, stroke_num).contiguous().bool() ``` However, this float to bool convert seems to behave wrongly. It almost always yields all...
## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...
## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...
## Note This PR may be delayed since relevant features could significantly change the code structure. ## Motivation - Compared to multi-threading, `asyncio` is lighter and can achieve better performance....