clojure-tensorflow
clojure-tensorflow copied to clipboard
RNN example error
Hi.
I was trying to work though your example here: https://github.com/kieranbrowne/clojure-tensorflow/blob/master/examples/rnn/src/rnn/core.clj#L29
however I hit the error of Unable to resolve symbol: conversion-map in this context
.
I guessed at a alternative implementation of
(def target (tf/constant
(partition 4 (rest (encode-one-hot data)))))
however I then go errors downstream due to array size mismatches in the hidden-layer
definition.
Can you please review that example?
Thanks.
Hi @LudoTheHUN,
Sorry about this, the example is currently spliced between two versions of the library because its still extremely alpha and we're changing stuff all the time. I'll get back to this as soon as I can.
👍