Jittor / JNeRF

JNeRF is a NeRF benchmark based on Jittor. JNeRF re-implemented instant-ngp and achieved same performance with original paper.
Apache License 2.0
638 stars 75 forks source link

运行fox代码时报错 #65

Open caijun199702 opened 1 year ago

caijun199702 commented 1 year ago

运行python3.x ./tools/run_net.py --config ./projects/ngp/configs/ngp_fox.py 这个命令时,报错: terminate called after throwing an instance of 'std::runtime_error' what(): [f 0220 15:02:55.779228 76 helper_cuda.h:128] CUDA error at /root/.local/lib/python3.8/site-packages/jittor/src/ops/array_op.cc:32 code=2( cudaErrorMemoryAllocation ) cudaStreamCreateWithFlags(&stream, cudaStreamNonBlocking) Aborted (core dumped)

求问应该怎么解决呀

ellzeycunha0 commented 1 year ago

我也遇到过 ,把其他程序关了