kukuruza

Results 8 comments of kukuruza

@luochuwei, nothing beyond what I wrote in the first message. You need to add `--load_path` argument, where you specify the path to directory with your models relative to `logs` directory....

I wrote two gists to convert GTAV and Cityscrapes labels to the format that MCA_DA expects. The links I used for the mappings are referenced in the gists. [labels_gtav_to_20classes.py](https://gist.github.com/kukuruza/0954d46fdeec7848579b063717f2e136) [labels_cityscrapes_to_20classes.py](https://gist.github.com/kukuruza/163b0a8607233e1878f9e7c0b415bb88)

Hi there, I tried `randlanet_semantickitti` on several setups. Here is the result: | | Video card | Nvidia driver | CUDA | CuDNN | Works? | |----------------|------------------------------|---------------|------------------|--------------------------------|--------| | local |...

I finally **solved** the issue by replacing the torch / torchvision packages pre-build by the Open3D team with the ones from public repositories. That is, replace the content of `requirements-torch-cuda.txt`...

More curious developments. Open3D says it is compiled with CUDA 11.0, so I thought that Pytorch compiled with CUDA 11 should be better, but it is not. Tesla V100 Ubuntu...

So is it a problem that mex doesn't clean up after itself correctly after all? 1) For me on Linux, the free gpu memory before the 2nd run (4205486080) is...

That's correct, the crash happens on the last line, which is the forward pass in the network (I edited the issue for clarity of others.) I guess I just wanted...

https://github.com/openai/CLIP/clip has the [installation instructions](https://github.com/openai/CLIP/clip): ``` $ conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0 $ pip install ftfy regex tqdm $ pip install git+https://github.com/openai/CLIP.git ```