stoplime / OpenAudioAI

Open Audiobooks
MIT License
3 stars 0 forks source link

Run a forward pass through the given model #6

Closed stoplime closed 6 years ago

stoplime commented 6 years ago

The existing code did not have any way to generate an output from the network.

stoplime commented 6 years ago

The input to the model is a feed_dict where the input is already translated into a dictionary index.

stoplime commented 6 years ago

It has been translated but there is an issue with the labels not being aligned properly.