ML links

From Interaction Station Wiki
Revision as of 21:19, 3 January 2019 by Javi (talk | contribs)
Jump to navigation Jump to search

RNNs with Darknet

  • Getting some calculated weights from several writers:
wget https://pjreddie.com/media/files/shakespeare.weights
wget https://pjreddie.com/media/files/kant.weights
wget https://pjreddie.com/media/files/shakespeare.weights
wget https://pjreddie.com/media/files/shakespeare.weights


  • Generating new text
cd darknet
./darknet rnn generate cfg/rnn.cfg shakespeare.weights -srand 0
  • Parameters:
-srand N -> N determines the random seed
-


Tutorial generative models

Nvidia Fake Celebrities Generation

RNN Story generator from Images

  • Seems you don't have an important repository in your sources.list enabled.
  • Add this line:
  • deb http://archive.ubuntu.com/ubuntu/ xenial-updates main universe multiverse
  • to /etc/apt/sources.list, then use sudo apt update.
  • it should do the trick.


http://www.nltk.org/install.html

Installing Caffe Ubuntu 16.04 https://chunml.github.io/ChunML.github.io/project/Installing-Caffe-Ubuntu/

For CUDA follow Docker internal guide

https://groups.google.com/forum/#!topic/caffe-users/3NHh06RhWd4

  • sudo apt-get install python-protobuf