You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
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
however I then go errors downstream due to array size mismatches in the
hidden-layerdefinition.Can you please review that example?
Thanks.