Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

How do I install 'torchsarchsorted'? #39

Open
23hyun opened this issue Feb 7, 2023 · 1 comment
Open

How do I install 'torchsarchsorted'? #39

23hyun opened this issue Feb 7, 2023 · 1 comment

Comments

@23hyun
Copy link

23hyun commented Feb 7, 2023

(nerf) C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master>python train_nerf.py --config config/lego.yml
Traceback (most recent call last):
File "train_nerf.py", line 13, in
from nerf import (CfgNode, get_embedding_function, get_ray_bundle, img2mse,
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf_init_.py", line 5, in
from .nerf_helpers import *
File "C:\Users\user\Desktop\nerf-pytorch-master\nerf-pytorch-master\nerf\nerf_helpers.py", line 6, in
import torchsearchsorted
ModuleNotFoundError: No module named 'torchsearchsorted'

@krrish94
Copy link
Owner

krrish94 commented Feb 7, 2023

torchsearchsorted is no longer needed if you are using newer pytorch versions (they have a torch.searchsorted implementation)

Perhaps this PR is a good starting point #19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants