vqtorch
vqtorch copied to clipboard
Hi, @minyoungg . Thanks for the great work. I'd like to point out one issue which may result in CUDA device issue. Your install requirements are ``` install_requires=[ "torch>=1.13.0", "string-color==1.2.3",...
Hello! I encountered an error when using "inplace_optimizer" in my code, but the same code works fine when "inplace_optimizer" is not used. RuntimeError: Trying to backward through the graph a...
Since we are using a separate optimizer for the codebook we would want to prevent codebook updates due to optimizing the original loss. However, If beta = 1.0, then the...
Thanks for your contribution to propose this inspiring work. I would like to request for the support of different codebook size in residual quantization and weighted loss function. It might...