Daniel Lee (Jianri Li)
Daniel Lee (Jianri Li)
> Same question, have you found the reason? Refer to [here](https://github.com/microsoft/scene_graph_benchmark/issues/23#issuecomment-881924401) They said following their procedure would generate correct results. BTW I haven't verify yet.
Just set env TORCH_CUDA_ARCH_LIST to null. ```bash export TORCH_CUDA_ARCH_LIST= ``` Torch cpp_extension will internally add cuda_flags according to TORCH_CUDA_ARCH_LIST to ninja. You got these errors because somehow (when you installed...
I also have a question about "clones", since each clone's parameters are pointed to same storage, what's the difference with one don't use clones? Parameters are shared anyway, whether to...
@jsenellart-systran Thank you for your help. I am afraid it's hard to drop pre-allocation in my case. Actually I was working with theano-based NMT systems previously, but after suffering from...