Nathan Cavaglione

Results 2 issues of Nathan Cavaglione

When running interactive.py, I get an AttributeError with the TorchImageView object on attributes such as 't_last' or 'tex'. Looking into it, this is because the code calls draw() without ever...

Trying to run interactive.py I get this error: ``` import pycuda.driver ModuleNotFoundError: No module named 'pycuda' ``` Is pycuda not installed through the conda environment (.yml) file ?