-
We recently had our first outside contributor add to TFQ datasets. Big thanks @therooler and the rest of the U of T folks! Now that we have our first example in place, let's use this issue to plan out…
-
Jeff,
**For the TL;DR on this, just scroll to the bottom to get to my questions.**
_A brief introduction for context..._
Have been brainstorming a personal side-project for the past few month…
-
is the aim to produce much stronger with weight bigger size or not so much stronger and keep the size increases small ?
and also care about the time of self play to get promotion?
some possible size…
-
Hi there!
First: Thanks for the great work, excellent design you have there!
I am experiencing an OutOfMemory Exception in the constructor of F64Matrix that does not really come from memory shor…
-
There are many headers include `from .bayesmodel import xxx`, but I can't find `bayesmodel.py` in you repo, which causes lots of problems.
-
Hi! First of all, thank you very much for sharing this code. My doubt:
I have trained PSPnet in cityscapes with your default configuration and I am getting ~0.63 mIU (fine set), which is far from the…
-
What would be the main steps for building a real-time decoder on top of EESEN?
I read in the EESEN paper that composing the tokens, lexicon and grammar speeds up decoding a great deal, and I'd li…
-
I saw some self-play games were this is causing a problem. During a forced sequence of plays the tree is reused and the PV can grow very large. During a ladder it grew so large that it reused 12,257 p…
-
Hello,
maybe I'm missing it, but is there the 'transform' function, i.e. after you trained the UMAP instance with data you can apply the same instance on an unseen point?
If not, why? And is it fo…
-
In https://github.com/Lasagne/Recipes/pull/23#issuecomment-141979978, @skaae brought up the idea of splitting up the recurrent layers into layers performing a single computation step and a container l…