Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run it on WSL? #8

Closed
francescofugazzi opened this issue Aug 5, 2022 · 7 comments
Closed

How to run it on WSL? #8

francescofugazzi opened this issue Aug 5, 2022 · 7 comments
Labels
setup Issues with env installation, build or setup

Comments

@francescofugazzi
Copy link

I prepared and compiled everything but it triggers errors when trying to load it under wsl.
It starts loading the dataset (i'm trying with the default fox) but then it stops

@tovacinni
Copy link
Collaborator

Hi Francesco,

Thanks for your interest in kaolin-wisp!

We haven't tested on WSL but would love to try to help out. Can you send us more detailed error messages if there are any?

@Caenorst
Copy link
Collaborator

Hi @francescofugazzi , are you using --dataset-num-workers ? If yes there can be some issues with multiprocessing on container if you don't set IPC to be shared from host.

@francescofugazzi
Copy link
Author

hi @Caenorst
I left the WSL path and I directly set and Ubuntu environment for trying this
It still doesn't work to me :(
I tried with some instant-ngp datasets but it always get killed

2022-08-23 16:23:03,118|    INFO| Position Embed Dim: 63
2022-08-23 16:23:03,119|    INFO| View Embed Dim: 27
loading data: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 59/59 [00:02<00:00, 21.09it/s]
2022-08-23 16:23:06,144|    INFO| WARNING: The dataset expects distortion correction, but the current implementation does not handle this.
/home/franzipol/anaconda3/envs/kaolin/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at  /opt/conda/conda-bld/pytorch_1659484683044/work/aten/src/ATen/native/TensorShape.cpp:2894.)
  return _VF.meshgrid(tensors, **kwargs)  # type: ignore[attr-defined]
Killed

@Caenorst
Copy link
Collaborator

@francescofugazzi can I have a little bit more info about your system?
Ubuntu version, Pytorch version, python version, GPU, RAM quantity, CUDA version, drivers version?

@francescofugazzi
Copy link
Author

Ububtu 20.04
Pytorch 1.12
Python 3.8
RTX 3070 mobile with 8GB Vram
CUDA 11.6
I don't have the driver version available as right now i'm onto another system but i think they were the latest available
Everything was a fresh install

@Caenorst
Copy link
Collaborator

@francescofugazzi can you open a new issue? it will help other people to search whenever they have similar issue (I suspect an OOM)

@orperel orperel added the setup Issues with env installation, build or setup label Oct 31, 2022
@orperel
Copy link
Collaborator

orperel commented Jan 17, 2023

WSL support have been fixed with #105

@orperel orperel closed this as completed Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Issues with env installation, build or setup
Projects
None yet
Development

No branches or pull requests

4 participants