Andrew Luo
Andrew Luo
I understand this is an old issue, but would it possible to add support for remote file systems using [Apache Common VFS (vfs2)](https://commons.apache.org/proper/commons-vfs/filesystems.html)?
Doesn't seem so for me. ``` Caught RuntimeError in replica 0 on device 0. Original Traceback (most recent call last): File "/home/aluo/anaconda3/envs/torch140/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 60, in _worker output = module(*input, **kwargs)...
Looking over my code, it seems to be correct. Running the same code on a model without dataparallel works. Could you provide a small snippet of how you initialize your...
Much appreciated. I'll try again some time later this week and report back with results.
So it works now, following your code example that you provided. And checking via `nvidia-smi` seems to indicate that processing/memory is distributed between two GPUs. It turns out the there...
I just looked through the change log, this changes seem very extensive! However the changeset does seem to focus on tasks - is there a common way on Android to...
The actual error should be higher up. I've had to build PyMesh on my local machine & two clusters recently. Many small build errors, but nothing unfixable. @qnzhou Could we...
I got it working ultimately by building a docker container with all the requirements (and openblas-dev & lapack-dev). But if you just need obj loading, I recommend trimesh: https://github.com/mikedh/trimesh/issues/507#issuecomment-673692260
I've tried the following: * Pymesh, quite difficult to build * Pytorch3d, mesh loading is slow * Pywavefront, fails on certain shapenet meshes * Trimesh, great but documentation is complex
I've been meaning to submit a patch for trimesh on using embree3, there are a few subtleties (in using robust mode, multiple hits, resource release etc.). Will take a closer...