You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我已经安装jittor,且可以运行example 可是我import jnerf 却出现错误
(/cloud/conda) ➜ work python
Python 3.9.12 (main, Jun 1 2022, 11:38:51)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
import jnerf
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'jnerf'
请问如何解决
The text was updated successfully, but these errors were encountered:
然后运行 python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py这一步就会报错:Traceback (most recent call last):
File "/home/featurize/work/JNeRF/tools/run_net.py", line 7, in
from jnerf.runner import Runner,NeuSRunner
ModuleNotFoundError: No module named 'jnerf'
---原始邮件---
发件人: ***@***.***>
发送时间: 2022年10月26日(周三) 晚上9:08
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: Re: [Jittor/JNeRF] 有关import jnerf的问题 (Issue #55)
然后运行 python tools/run_net.py --config-file ./projects/ngp/configs/ngp_base.py这一步就会报错:Traceback (most recent call last):
File "/home/featurize/work/JNeRF/tools/run_net.py", line 7, in
from jnerf.runner import Runner,NeuSRunner
ModuleNotFoundError: No module named 'jnerf'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
你好,我已经安装jittor,且可以运行example 可是我import jnerf 却出现错误
(/cloud/conda) ➜ work python
Python 3.9.12 (main, Jun 1 2022, 11:38:51)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: