-
Hi Micheal. Could you explain the input and output shape for the DCNN. Thanks you.
-
Hi,
Thank you so much for your code,
I'm working on [FairMOT](https://github.com/ifzhang/FairMOT) that its backend is from the CenterNet. I wanted to convert the trained model to ONNX, but I get…
-
There's some free [DCNN](http://computer-go.org/pipermail/computer-go/2015-September/007910.html) data out there. Maybe it's worthwhile to try to integrate it into the bot. Especially as a new prior o…
-
Hi,
I was looking at the input features for the dcnn and it looks like the `simpleko` feature actually returns the player's stones (like the `stones` feature).
in board.lua:
```
function board.get_…
-
Is it possible that dcnn "forces" Pachi sometimes to play moves that loose tactically?
I'd like to draw your attention to this game after White's move 151. b11. Pachi plays black and is to move. It…
-
related paper
|摘要|
|---|
|Deep Convolutional Neural Networks (DCNNs) have recently shown state of the art performance in high level vision tasks, such as image classification and object detection…
-
The provided network detlef54 works fine on 19x19. It's said it should work on 9x9 as well, but as soon as I enter `boardsize 9`, the engine aborts:
```
$ ./pachi --dcnn
Pachi 12.40 (Jowa)
git 2…
-
#BMVC2018 submission
URL: https://arxiv.org/pdf/1805.03869.pdf
Keyword: Deep Covariance Descriptor
Interest: 2
### Summary
By performing the classification of the facial expressions using G…
-
Hey,
I haven't had an opportunity to ask few of these:
- Is the comment about cache misses in `node.h` still relevant? Does it make sense to implement a tagged allocator or some other per-thread…
-
http://dx.doi.org/10.1148/radiol.2017162326
> **Purpose**
To evaluate the efficacy of deep convolutional neural networks (DCNNs) for detecting tuberculosis (TB) on chest radiographs.
**Materials …