-
SuRE-seq, the previous dataset I was working with, is fundamentally a promoter assay, and therefore it was hard to find many biologically relevant features other than GC content (which affects nucleos…
-
Many non-experts are using the following code http://stackoverflow.com/questions/33949786/how-could-i-use-batch-normalization-in-tensorflow?answertab=votes#tab-top.
It would be nice to have an offici…
-
From 311 self-play games I generated so far, I counted 157 draws, 139 white wins, and 15 black wins. This strikes me as odd, considering that the first move advantage should be worth very little for a…
-
Hi ,
Its more or like a pull request . You have defined both training and validation in the decoder itself . So , I know the idea behind making new prediction .
The problem with the validation insid…
-
Relevant test:
https://github.com/hughperkins/tensorflow-cl/blob/dcdb5a64385c72aafa19e5fb9e16e64ec42ad751/tensorflow/stream_executor/cl/test/test_misc.py#L158-L180
```
def test_split():
sh…
-
Hi Fabian @naibaf7 how to plug your convolutional layer into other frameworks? What format does it expect the tensor data to be in? Can I just send in a cl_mem object in a certain format? Presumabl…
-
Here's the `backend` branch, introducing `theano_backend.py` and `tensorflow_backend.py`: https://github.com/fchollet/keras/tree/backend/keras/backend
It's still a work in progress. It contains 95% o…
-
Luckily there is a very good introduction into programming with Tensorflow on an Android device provided here:
https://github.com/miyosuda/TensorFlowAndroidDemo
The version of TF used in this proj…
-
We need to fix the builds of C++ tests, shouldn't be too hard for me if the code compiles.
For python tests, some of them are already passing on Windows. But it's much slower than linux, because ev…
-
I'm trying to implement spatial convolution based on Caffe kernels.
We assume as a first approach to have only defined `MULTI`
The implementation can be found here
https://github.com/edgarriba/tiny-c…