Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
wav2vec 2.0 (#1220)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: fairinternal/fairseq-py#1220

Test Plan: Please see examples/wav2vec/README.md for instructions

Reviewed By: edunov

Differential Revision: D22707565

Pulled By: alexeib

fbshipit-source-id: 0c0d4ca7acc933ef7c0062f8dce550b94e414680
  • Loading branch information
alexeib authored and facebook-github-bot committed Aug 4, 2020
1 parent f88c871 commit 969ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytext/metric_reporters/seq2seq_metric_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Dict, List

import torch
from fairseq import bleu
from fairseq.scoring import bleu
from pytext.common.constants import (
BatchContext,
DatasetFieldName,
Expand Down

0 comments on commit 969ee98

Please sign in to comment.