espnet.distributed.pytorch_backend.launch.WorkerError
Less than 1 minute
espnet.distributed.pytorch_backend.launch.WorkerError
class espnet.distributed.pytorch_backend.launch.WorkerError(*, msg, exitcode, worker_id)
Bases: ProcessError
An error happened within each worker.
Initialize error class.
property exitcode
Return exitcode from worker process.
property worker_id
Return worker ID related to a process causes this error.