-
`n_images_train: 82783
tl : Build Image Embeddings = InceptionV3 + Dense Layer / uses SlimNetsLayer and DenseLayer instead
tensorlayer:Instantiate InputLayer input_image_layer: (64, 299, 299, 3)
…
-
之前代码一直跑不起来,归其原因还是tensorflow tensorlayer gym版本的问题不对劲。现在终于跑起来了。分享一下用到关键的包的版本:
gym==0.20.0
h5py==3.1.0
hdf5==1.12.1
keras==2.9.0
kiwisolver==1.4.5
matplotlib==3.8.4
opencv==4.6.0
py…
-
I have replaced RNNLayer code with the tensorlayer-rnnlayer.py.But now it have a new problem.
I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFl…
-
Hello,
are there any plans in the near future to update this git to the latest Tensorflow and Tensorlayer versions? I've been trying making the code run with backwards compat (compat.tf1. ...) but …
-
Exception: Layer 'model/embedding/seq_embedding' already exists, please choice other 'name' or reuse this layer
Hint : Use different name for different 'Layer' (The name is used to contro…
-
I'm trying this implementation, but I'm having an error running the command `python3 test.py`. I never used tensorlayer, so I think I need help.
This is the traceback:
```
Traceback (most recen…
-
Hi Xunhuang,
We like your paper very much, and reimplement it in TensorFlow here:
https://github.com/tensorlayer/tensorlayer/tree/master/example/adaptive_style_transfer
We hope more people can…
-
**Describe the feature and the current behavior/state.**
back prop the gradient to transforms.
**Relevant information**
- Are you willing to contribute it (yes/no): no
- Are you willing to maint…
-
Dear @GuangmingZhu , I have modified the ...tensorlayer/layers/recurrent.py layer as per tensorlayer-rnnlayer.py. However, I am getting following errors, do you have any idea how to solve????
```
…
-
[环境配置,亲测可用](https://blog.csdn.net/weixin_42044401/article/details/108734516)
主要是注意这些版本:`tensorflow, tensorlayer, tensorflow_probability, numpy, matplotlib, scipy`
tensorflow==2.1.0
tensorlayer==2…