Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
napulen authored Feb 6, 2022
1 parent 35b1802 commit c02e04f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/napulen/AugmentedNet/blob/main/notebooks/AugmentedNet.ipynb)

# AugmentedNet
A Roman Numeral Analysis Network with Synthetic Training Examples and Additional Tonal Tasks

Expand Down Expand Up @@ -31,7 +29,10 @@ N. Nápoles López, M. Gotham, and I. Fujinaga, "AugmentedNet: A Roman Numeral A

## Try out the pre-trained network

Clone, create a virtual environment, and get the `python` dependencies
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/napulen/AugmentedNet/blob/main/notebooks/AugmentedNet.ipynb)


Clone, create a virtual environment, and get the `python` dependencies.

```bash
git clone https://github.com/napulen/AugmentedNet.git
Expand Down Expand Up @@ -110,7 +111,7 @@ The trained model is available in: .model_checkpoint/debug/testexperiment-220101

You can use that trained model for inference, using the same workflow shown above.

## Introduction
## About the AugmentedNet

### The neural network architecture

Expand Down

0 comments on commit c02e04f

Please sign in to comment.