LudoTheHUN
LudoTheHUN
Hello Zach. Here is a version of calx running on clojure1.4 (I think it's good on 1.3 too). The major difference is that little endian version of buffer frames have...
Hi. Looks like the latest Ethereum Wallet v0.9.2 (at least on windows x64) will download for itself geth 1.6.6 (if there is no geth node already running). The 1.6.6 geth...
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...
I'm just re-reading some of the material in http://www-ia.hiof.no/~rolando/, specifically http://www-ia.hiof.no/~rolando/01-report.pdf and I'm finally starting to get it (intuitively)... (or at least I think I am). I'm thinking of revisiting...
Work around for now with vec and literal vectors
...so that we write the shortest program that generates that sequence. Could just generate a problem holder that converts the (finite) seq into in-out pairs. To minimise tests, could try...
Hello. This is less of a issue and more of a cry for help. Without any prior llvm experience, yet with desire to use mjolnir (examples make a lot of...