Skip to content

Commit

Permalink
Fbsync (#1121)
Browse files Browse the repository at this point in the history
* Import torchaudio #1105 37692d8

Summary: Import torchaudio up to #1105 37692d8

Reviewed By: datumbox

Differential Revision: D25671497

fbshipit-source-id: 5af11c801321f2bb964245ac6ed74979310f4b5f
  • Loading branch information
mthrok authored Dec 22, 2020
1 parent be44256 commit 47c2040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/build_docs/commit_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target=$2

echo "committing docs from ${src} to ${target}"

pushd $src
pushd "${src}"
git checkout gh-pages
mkdir -p ./"${target}"
rm -rf ./"${target}"/*
Expand Down
12 changes: 6 additions & 6 deletions test/torchaudio_unittest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ Code:

```python
waveform = common_utils.get_sinusoid(
frequency=300,
sample_rate=16000,
duration=1, # seconds
n_channels=1,
dtype="float32",
device="cpu",
frequency=300,
sample_rate=16000,
duration=1, # seconds
n_channels=1,
dtype="float32",
device="cpu",
)
```

Expand Down

0 comments on commit 47c2040

Please sign in to comment.