You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to learn a Conformer model using data and a custom word dictionary.
My learning environment uses two GPUs, and the dataset uses commonvoice data.
Looking at this log, can i see that learning is progressing normally?
And do I need to see the log below?
INFO:tensorflow:Collective all_reduce tensors: 1 all_reduces, num_devices = 2, group_size = 2, implementation = CommunicationImplementation.AUTO, num_packs = 1
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered:
@SEOLJINYOUNG I see you use conformer-ctc, the conformer-ctc are currently suffering the nan loss problem and I'm still investigating that
Meanwhile, you can try conformer-transducer model
I'm trying to learn a Conformer model using data and a custom word dictionary.
My learning environment uses two GPUs, and the dataset uses commonvoice data.
Looking at this log, can i see that learning is progressing normally?
And do I need to see the log below?
INFO:tensorflow:Collective all_reduce tensors: 1 all_reduces, num_devices = 2, group_size = 2, implementation = CommunicationImplementation.AUTO, num_packs = 1
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: