Skip to content

Commit

Permalink
Update finetune.yaml (facebookresearch#2664)
Browse files Browse the repository at this point in the history
Summary:
Fix a typo

# Before submitting

- [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements)
- [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)?
- [ ] Did you make sure to update the docs?
- [ ] Did you write any new necessary tests?

## What does this PR do?
Fixes # (issue).

## PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

## Did you have fun?
Make sure you had fun coding �

Pull Request resolved: fairinternal/fairseq-py#2664

Reviewed By: alexeib

Differential Revision: D32577174

Pulled By: arbabu123

fbshipit-source-id: 9b65619843fd9684be319024ccc9e6b0681db7de
  • Loading branch information
arbabu123 authored and facebook-github-bot committed Nov 20, 2021
1 parent bf61974 commit 7f5ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wav2vec/xlsr/config/finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ model:
feature_grad_mult: 0.0
freeze_finetune_updates: 10000

checkpoint_activation: false
checkpoint_activations: false

0 comments on commit 7f5ec30

Please sign in to comment.