Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

RNN example error #5

Open
LudoTheHUN opened this issue Jul 6, 2017 · 2 comments
Open

RNN example error #5

LudoTheHUN opened this issue Jul 6, 2017 · 2 comments

Comments

@LudoTheHUN
Copy link

LudoTheHUN commented Jul 6, 2017

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-layerdefinition.

Can you please review that example?

Thanks.

@kieranbrowne
Copy link
Owner

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.

@LudoTheHUN
Copy link
Author

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants