Skip to content

Commit

Permalink
add a note for mac users
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWaiCheuk committed Jul 7, 2021
1 parent f832178 commit 258d541
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,12 @@ python evaluate.py with weight_file=<arg> reconstruction=<arg> device=<arg>
* `dataset`: which dataset to evaluate on, can be either `MAPS` or `MAESTRO` or `MusicNet`.
* `device`: the device to be trained on. Either `cpu` or `cuda:0`

The transcripted midi files, accuracy reports are saved inside the `results` folder.
The transcripted midi files, accuracy reports are saved inside the `results` folder.

## Other notes
For Mac users, you need to add the following code in helper_functions.py

```python
import matplotlib
matplotlib.use('TkAgg')
```

0 comments on commit 258d541

Please sign in to comment.