CyberAgentAILab / layout-dm

LayoutDM: Discrete Diffusion Model for Controllable Layout Generation [Inoue+, CVPR2023]
https://cyberagentailab.github.io/layout-dm
Apache License 2.0
211 stars 23 forks source link

environment configuration issues #12

Closed Lanjiong-Li closed 1 year ago

Lanjiong-Li commented 1 year ago

I do follow the readme.md to set up the requirements, but I found that you mention pytorch1.12+cuda11.3 is necessary, while the poetry install command install all the dependencies through the pyproject.toml, where I found the torch version is 1.10.2, therefore leads to some problems about PyG version. So i would like to confirm the exact version, thanks a lot!

naoto0804 commented 1 year ago

Hi, thank you for visiting our repo. Pytorch 1.12 in README must be a typo, thank you for pointing it out.

naoto0804 commented 1 year ago

fixed (9cf122d).