Alexey Simonov

Results 5 comments of Alexey Simonov

I have cuda 10, pytorch 1.2, nvcc etc. pytorch works find, but installing apex gives the error above ``` root@poise:~/hitGit/apex# nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c)...

well, i do not use conda. just use cuda10 container based on nvidia docker image. and inside use python 3.6 plus pip. is conda's cudatoolkit installing something extra?

Interesting. But I am moving more towards Ubuntu ecosystem as well. Currently run all my ROS development from proper Ubuntu laptop/docker. I think I will try ROS2 on mac though...

I see the same issue with pycharm 2018.2.5 on ubuntu18 probably time to upgrade pycharm :)

hi everyone, I believe this is how the model was saved: https://github.com/k0suke-murakami/train_point_pillars/blob/master/second/pytorch/train.py#L896 did anyone figure out what config was used for training?