-
rowDotMul is used in six following layers:
```
InterpolationLayer.cpp:116: inG0->rowDotMul(0, *outG, *tmpMatrix);
PowerLayer.cpp:107: inG0->rowDotMul(0, *outG, *tmpMtx);
RowL2NormLayer.cpp…
-
Hi
I want to try the network in tutorial_mnist_simple.py on a different data. And some errors appear when it goes to `cost=tl.cost.cross_entropy(y,y_,name=''xentropy'')`
Traceback (most recent ca…
-
Recently I want to use tensorlayer and tensorflow mutually,
but I encounter a trouble.
For my design,
I want to use batch normalization between dense layer and activation layer.
Moreover, it's re…
-
flake8 testing of https://github.com/zsdonghao/tensorlayer on Python 2.7.13
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics)__
```
./example/_tf0.12/tutorial_dyn…
-
Hi, when i run train.py, there is an error, how can i connect the TensorDB ?
File "train.py", line 8, in
from deepsleep.trainer import DeepFeatureNetTrainer, DeepSleepNetTrainer
File "/home…
-
Hello,
Am working on a project using more Chainer (and potentially PyTorch) as computationnal backend.
https://chainer.org/
How can we plug-in to TensorLayer ?
Especially, do you have a doc to…
-
sorry, I have a question about how can i use **fit** function when I use CNN. I loaded minist dataset as you did, but I don't know how to apply it.
`X_train, y_train, X_val, y_val, X_test, y_test =…
-
Default for `scipy.ndimage.interpolation` is `order=3` which results in smooth images. Using `order=0` in tensorlayer `apply_transform` function results in images with artefacts.
Suggest to change …
-
In file tensorlayer/example/tutorial_mnist.py.
In each function in this file, the variable sess is initialized separately. However, in line 582, there is a redundant assignment to the global variab…
-
When a network's size of hidden unites same as its input -1 dimension, tl.files.save_npz() causes ValueError.
```python
import tensorlayer as tl
import tensorflow as tf
feature = tf.placeholde…