Yuan

Results 34 issues of Yuan

I want to train the model for cat's face recognition. How can I achieve this?

I do not find any examples or API introduction of how to read an existing midi file.

Is it possible to applied mixed assembly techniques to DeepShift to achieve great enhancement (>=5x) on inference speed?

> make[1]: Leaving directory `/mnt/Share/esp8266_iot_platform/libesphttpd' > xtensa-lx106-elf-gcc user/.output/eagle/debug/lib/libuser.a driver/.output/eagle/debug/lib/libdriver.a upgrade/.output/eagle/debug/lib/libupgrade.a -o .output/eagle/debug/image/eagle.app.v6.out > /opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find crt1-sim.o: No such file or directory > /opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find _vectors.o: No such file...

# 🐛 Bug Associated issue: https://github.com/huggingface/diffusers/issues/1314 Get error when I enable xformers of UNet and try to do backward: ``` Traceback (most recent call last): File "f:/diffusers-test/vae_expr.py", line 66, in...

### Describe the bug Get error when I enable xformers of UNet and try to do backward: ``` Traceback (most recent call last): File "f:/diffusers-test/vae_expr.py", line 66, in loss.backward() File...

bug

I notice that the final output of network is the concatenation of two tensor in dimension 1. https://github.com/Vipermdl/MobileNetV3-for-Segmentation/blob/b195d4a7817b88292d715ed0c4b53036a6e912d1/model/MobileNetV3.py#L244 It seems that the output has num_class*2 channels. Does it make sense?...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details _No response_ ### What should this feature add? The new sampler:https://github.com/LuChengTHU/dpm-solver...

enhancement

When training SD a trick call aspect bucket will be used to keep raw aspect ratio of image by regulate input image size to 64x in width and height. This...