修改最外层的CMakeLists.txt, 添加几行代码:
# If GNUInstallDirs is not included, CMAKE_INSTALL_BINDIR is empty.
include(GNUInstallDirs)# it must go before project in order to work
set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}" CACHE …
Vector Quantized Diffusion Model for Text-to-Image Synthesis
Shuyang Gu, University of Science and Technology of China, Microsoft, CVPR2022, Cited: 340, Code, Paper
1. 前言
我们提出了用于文本到图像生成的矢量量化扩散(Vector Quantized Diffusion Model&…