Zhengxinyang / LAS-Diffusion

MIT License
217 stars 15 forks source link

change pytorch version for compatibility with torch.meshgrid() #17

Open liopeer opened 4 months ago

liopeer commented 4 months ago

Running inference with bash scripts/generate_category.sh as described throws an error for torch.meshgrid(). Can be fixed by install pytorch=1.10.2 instead. Would be nice if you could change this in the README.