Guanyue Li

Results 2 issues of Guanyue Li

您好,在准备Jittor比赛的过程中,运行官方代码 https://github.com/Jittor/jrender 出错,我的环境是windows11,已经按照官网 https://cg.cs.tsinghua.edu.cn/jittor/download/ 的步骤安装好,运行以下测试命令均无出错: ``` python -m jittor.test.test_core python -m jittor.test.test_example python -m jittor.test.test_cudnn_op ``` 我的conda环境如下: ``` (jittor) PS D:\Dreams\NKU\JGAN\competition\jrender> conda list # packages in environment at D:\Softwares\Anaconda3\envs\jittor: #...

I use the exact example code as you provided in the README, but I caught error like this: ``` Traceback (most recent call last): File "my_test.py", line 29, in print(np.mean((output...