ZihaoW123
ZihaoW123
MMPMS("Generating Multiple Diverse Responses with Multi-Mapping and Posterior Mapping Selection") evaluate the proposed model on two public conversation dataset: Weibo [Shang et al., 2015] and Reddit [Zhou et al., 2018]...
What's the meaning of the parameter splits(default=10)? Can we choose an appropriate splits according to the obtained inception_score
The **preprocess script** for **Ubuntu corpus** can not be found under **data/data_process** folder.
I observed that when the Test PPL of the model stopped falling, the other test results would still rise. For example, when the epoch is 22, Valid Loss and Test...
OLSS is the most advanced sampler. Can you consider adding it to the scheduler library of diffusers (https://github.com/alibaba/EasyNLP/tree/master/diffusion/olss_scheduler)
https://github.com/IDEA-Research/DWPose shows really promising results on more accurate pose detection with openpose output, especially on hands. And it has been added to Controlnet[https://github.com/Mikubill/sd-webui-controlnet]
Will this repo be updated according to https://github.com/Mikubill/sd-webui-controlnet/tree/main/annotator?
  I saw that the image in BGR format is used as input in the open_pose/body.py file, but the huggingface demo uses a BGR format image. What is the...
Hi authors, your work is impressive. Thanks for sharing the code base. However, I find the file "utils/metrics.py" is the evaluation code only for 256x176 images. And the FID calculated...
The current OLSS only supports diffusers=0.21.3. Can you update OLSS to support the updated version of diffusers? This way, many people can use OLSS. Thanks.