Commit 444c57c6 authored by chrispens's avatar chrispens
Browse files

Update README.md

parent 852df28b
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -152,6 +152,27 @@ See [example notebook](/lucid/Visualization - singlelabel.ipynb)

### LSTM

# Setup
Um das komplette LSTM verwenden zu können sind die mscocotools notwendig. Des weiteren muss man einige Packete auf Python3 installiert haben.
* python 3.6.5^
* os *
* division *
* tensorflow *
* collections *
* json *
* datetime *
* time *
* numpy *
* pickle *
* re *
* matplotlib *
* skimage *
* scipy *
* ipywidgets

Um das LSTM zu konfigurieren editiert man die "current settings" in der [configuration.py](/caption_lib/lstm/configuration.py)

Zum starten des LSTMS einfach in den ordner caption_lib navigieren und von dort aus [start.py](/caption_lib/start.py) ausführen.

### Evaluation