-
**Describe the bug**
When doing quantization of the model in order to run on Edge_TPU an error message is presented.
**System information**
TensorFlow installed from (source or binary): binary
…
-
Hi,
Thank you very much for sharing your work!
I have a few questions regarding evaluations for keyword predictions. I'm sorry that I may miss or misunderstand your code since I'm not familiar …
-
Thanks for the excellent TyXe initiative.
Currently, flipout is implemented in TyXe for linear and convolutional layers. Are you considering supporting as well RNN in the near future?
If I underst…
-
你好,运行代码出现这样的问题?请问如何修改?
Tensor("dense_1/Tanh:0", shape=(?, 100), dtype=float32)
_________________________________________________________________
Layer (type) Output Shape …
-
Hello, Thank you for the excellent code for CNN,LSTM and HAN,I have learnt a lot from your code.
but, One question,
In the paper, I find there is a one-layer MLP in the attention layer, but I can no…
-
- [x] Tanya (RNN tag)
- [x] Abby (DNN or NN tag)
- [ ] KurAi Ryou
- [ ] Dawn Luo
- [ ] Zhang MoHan
-
Using python 3.6 on a fresh install of tensorflow and tflearn
C:\Users\User\Downloads>pip install tensorflow
Collecting tensorflow
Using cached tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl
Req…
-
Hi,
I was trying to follow the tutorial in the notebook. When I change the yaml config `gpu-id: -1` to `gpu-id: 0` which should enable GPU training, an error occured. Following are the log output a…
-
Any idea?
[0409 18:16:28 @parallel.py:193] [MultiProcessPrefetchData] Will fork a dataflow more than one times. This assumes the datapoints are i.i.d.
[0409 18:16:28 @argtools.py:146] WRN "import …
-
Hello, I tried using this project with keras import code below:
`
import tqdm
import keras
import numpy as np
import tensorflow as tf
import keras.backend as k
import memory_saving_gradients
…