Skip to content

Commit c69ce7a

Browse files
committedMay 12, 2020
some fixed
1 parent 2e12230 commit c69ce7a

File tree

163 files changed

+182
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+182
-151
lines changed
 

‎.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,3 @@ ENV/
9191

9292
# VSCode
9393
.vscode/
94-
95-
# Datasets
96-
data/
97-
!/data/small-acoustic-scenes/

‎PITCHME.md

+14
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,20 @@ Yuma Kinoshita
170170
171171
+++
172172
173+
### PyTorchのインストール
174+
#### 準備
175+
- soxのインストール
176+
- Ubuntu
177+
```
178+
sudo apt install sox libsox-dev libsox-fmt-all
179+
```
180+
- OSX
181+
```
182+
brew install sox
183+
```
184+
185+
+++
186+
173187
### PyTorchのインストール
174188
1. [Get Started](https://pytorch.org/get-started/locally/)から自分の環境を選択
175189
1. Run this Command 欄に表示されたコマンドを実行

0 commit comments

Comments
 (0)