Peiran Liu
Peiran Liu
I installed the Pytorch extension with the command `pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch` When I try `import tinycudann`, I got this error ` Traceback (most recent call last): File "", line 1,...
I installed the tinycuda with the command `pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch` When I try `import tinycudann`, I got this error `Traceback (most recent call last): File "", line 1, in File...
``` # @package _global_ defaults: - /habitat: habitat_config_base - /habitat/task: objectnav - /habitat/simulator/[email protected]_agent: rgbd_agent - /habitat/dataset/objectnav: hm3d - _self_ habitat: environment: max_episode_steps: 500 simulator: turn_angle: 30 agents: main_agent: sim_sensors: rgb_sensor:...