Unbabel / OpenKiwi

Open-Source Machine Translation Quality Estimation in PyTorch
https://unbabel.github.io/OpenKiwi/
GNU Affero General Public License v3.0
229 stars 48 forks source link

GPU ID #31

Closed Parkchanjun closed 5 years ago

Parkchanjun commented 5 years ago

I have some Qustion

I set the gpu-id: "0 1 2 3 4 5 6 7"

But error is occurred kiwi train: error: argument --gpu-id: invalid int value: '0 1 2 3 4 5 6 7'

How to set the multi GPU ID in OpenKIWI?

trenous commented 5 years ago

Multi GPU training is not yet supported in OpenKiwi, that's why you get that error.

captainvera commented 5 years ago

I'm closing this as it is not a bug.

I'm redirecting the requests to implement Multi-GPU training to #33