helq
helq
I'm currently working on this. I took the code from Monday Morning Haskell (the linked blog posts) and have been working on making the API less verbose, this is how...
@blackgnezdo I don't think this is a big problem, he released the code under the BSD license, this is the repo https://github.com/jhb563/HTensor/tree/dependent-placeholders. Now, I'm not quite sure how to re-license...
@blackgnezdo ok. While we wait for @jhb563, I thought I could make public the code I've been working on, https://github.com/helq/tensorflow-haskell-deptyped. After we resolve how to manage the licenses I will...
Ok, @jhb563 has changed the license. I should ask, is the licensing alright now? What is left to do? May I just change the license of my project too? Thanks.
@blackgnezdo I have changed the license of my code to be dual licensed into Apache and BSD3. https://github.com/helq/tensorflow-haskell-deptyped/tree/706431224c85b2164fe815331046f6258b1afa3e I have forked this repository and I have added my code to...
Wow, already a month! Sorry for the very late reply (I guess we all have work/home responsibilities). @blackgnezdo Ok, I understand, then there is no need to merge the code...
@fkm3, something like this? (from here: https://github.com/helq/tensorflow-haskell-deptyped/blob/master/executable/Main.hs#L126) ```haskell {-# LANGUAGE DataKinds, ScopedTypeVariables #-} import Data.Maybe (fromJust) import Data.Vector.Sized (Vector, fromList) import TensorFlow.DepTyped test :: IO (Vector 8 Float) test =...
@vertexcite, well, you're right. Unfortunately, I've stopped working on it because I had a lot of things to do in school. I would love to continue, but right now I...
@stites The dimensions library looks very interesting indeed. Just a little question to know if it is worth the hassle, can you declare a tensor with one dynamic dimension? In...
I think the problem is that `xcb::intern_atom` returns a `xcb::ATOM_NONE` for both "Backlight" and "BACKLIGHT" (https://github.com/meh/dux/blob/master/src/backlight/randr.rs#L36). What is very weird is that this also occurs with "xbacklight", the tool from...