From 23903ed6285dbd9c56c4678a1075dcf2bab72d2e Mon Sep 17 00:00:00 2001 From: Harry Stuart <42882697+HStuart18@users.noreply.github.com> Date: Fri, 3 Jan 2020 12:15:59 +1100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d131442..4a79519 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ GitHub repo for my Tensorflow World hackathon submission To replicate my results, just clone this repo and run `scripts/WGAN-GP.py` after modifying `DATA_DIR`. I used [this](http://deepyeti.ucsd.edu/cdonahue/wavegan/data/mancini_piano.tar.gz) data after converting the files to wave. The violin data I used was just scraped from Youtube. +Run `tensorboard --logdir logs/train` to view generator and critic loss with Tensorboard. + ## Inspiration Since the inception of generative adversarial networks, I have been fascinated by their capacity to perform tasks of unprecedented complexity. They are a prime example of how machines can learn in a similar manner to humans - akin to reinforcement learning. I am also a huge fan of music and love to play the piano. So I thought, why not conflate my love for machine learning and my passion for music!?