-
Amazing work! I had a practical question about the time it took to train these models on the setup you described in the article. Would you be able to share more? In addition, would this repository be …
-
```
pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero$ python src/chess_zero/run.py self
2018-11-08 19:17:05,638@chess_zero.manager INFO # config type: mini
Using TensorFlow backend.
…
-
Hi @brightmart ,
I have trained the CNN using ''train-zhihu4-only-title-all.txt''. When i am using the predict file for prediction on "test-zhihu6-title-desc.txt" using the word2vec as "zhihu-word2…
-
I am trying to load an onnx model with these commands:
```
from onnx_tf.backend import prepare
dnn_model_tf = prepare(dnn_model_onnx, device='CPU')
```
When doing so I get this error:
```
Attri…
-
I've been loving this utility and have been amused with the results so far.
Something strange that I've been noticing though; I've given it various texts and it seems like it's been choking after s…
-
@braingineer
Hey thanks for implementing the CWRNN! I tried it out with the Theano backend and it worked really well, but when I tried it with the tensorflow backend, it fails with
```
ValueError:…
-
### Description
ILayer forwardLayer = keras.layers.LSTM(units: 10, activation: keras.activations.Sigmoid, return_sequences: true, go_backwards: false);
ILayer backwardlayer =…
-
Hi,
I am facing this issue for some time and not able to fix this.
* Python version: 3.7
* Operating System: Linux
* TensorFlow version: 1.14.0
* CUDA version: 10.0
### Description
I keep get…
-
### Bug Description
When we call the ".fit()" method on the TimeSeriesForcaster autokeras model , it throws :
```
UnknownError: Fail to find the dnn implementation.
[[{{node CudnnRNN}}]]…
-
之前看到一个有意思的文章 [前端人工智能?TensorFlow.js 学会游戏通关](https://zhuanlan.zhihu.com/p/35451395),使用tensorflow.js训练模型玩google无网页面的彩蛋T-Rex Runner 。看了下代码,恩...果断看不懂。先看下演示效果: [Genetic Algorithm - T-Rex Runner](https://mag…