DeepMultiCap
DeepMultiCap copied to clipboard
AttributeError: 'function' object has no attribute 'var'
您好感谢开源这么优秀的工作,我在跑你的程序的时候报错
Traceback (most recent call last):
File "render_smpl.py", line 97, in
It seems like your taichi version is higher, you can try to downgrade taichi to 0.6.39.
@DSaurus 非常感谢您百忙之中回复,我试着安装taichi0.6.39版本, pip install taichi==0.6.39发现 pip 源里已经没有这个版本了无法安装, 能否更新个支持高版本的代码,或者我自己改的话我不太清楚改的地方多不多.
We run our test successfully with taichi==0.7.15, so you can try to install taichi==0.7.15.