Enabling Graphs in Wav2Vec AC training#622
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
| @@ -35,8 +35,8 @@ | |||
| "learning_rate": 5e-4, | |||
| "train_batch_size": 32, | |||
| "eval_accuracy": 0.7829483695652174, | |||
There was a problem hiding this comment.
Is the accuracy similar to what we get without HPU graphs? I think there was an issue with 1.12 but I have not tried it with 1.13.
|
@regisss I was getting below accuracy with HPU graphs |
|
@regisss Can you please review the PR |
@bhargaveede Can you update the accuracies in the baseline with the ones you get with HPU graphs? Another thing would be to run the speech recognition regression test. I know it doesn't use |
|
@bhargaveede Did you 1.13 or a newer version? |
|
@regisss I tested with 1.14 |
|
Okay, so let's wait for 1.14 to be released before merging this one then |
|
latest test shows ***** train metrics ***** |
* Enabling Graphs in Wav2Vec AC training * Updating gaudi 1 baseline * Update wav2vec2_base.json
What does this PR do?
Fixes # (issue)
Before submitting