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

RNN example error #5

Description

@LudoTheHUN

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions