-
How to train it with numlti gpus?
-
When I use your script to run it with multi-gpus, error happened:
`
Traceback (most recent call last):
File "tools/train_net.py", line 171, in
main()
File "tools/train_net.py", line 140,…
-
Please refer to https://pytorch-lightning.readthedocs.io/en/latest/advanced/multi_gpu.html
-
Does Texar support multi-gpus?
-
Could you please tell me how I can deal with the multi-gpu training work?
Waiting for the reply!
-
I training on custom data set based on Window 10.
I don't know what happened in the training.
Anyone can tell me about this?
-----------------------------------------------------
2021-03-30 22:…
-
Nice work! And I wonder how to train on multi gpus instead of single gpu? Can you provide the code plz? Thanks a lot!
-
How to add multiple GPU for inferencing a model ?
I tried to use all my 4 GPUs by
```
session_option = InferenceSession(
model_path, options, providers=["CUDAExecutionProvider"],
…
-
-
I tested the results using one GPU and multi-GPUs in the same server on Office-31. The results are different.
For the CDAN+E on A->W task:
One GPU: around 75%
Multi-GPUs (>=2): 92%
I am still…