TensorLayer
TensorLayer copied to clipboard
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
There is a grammatical error in the "Getting Start" paragraph. It is grammatically incorrect to write "Getting Start", instead "Getting Started" could be written in the place of it. Thank...
There is a grammatical error in the "Getting Start" paragraph. It is grammatically incorrect to write "Getting Start", instead "Getting Started" could be written in the place of it. Thank...
I'm trying to run train.py for SRGAN code: https://github.com/tensorlayer/SRGAN And I have the error in the following line: VGG = tl.models.vgg19(pretrained=True, end_with='pool4', mode='static') Probably, it's because I have a firewall...
### Checklist - [ ] I've tested that my changes are compatible with the latest version of Tensorflow. - [ ] I've read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [ ] I've...
I use PPO to make the car automatically find the way and avoid obstacles,but it didn't perform well. Similar examples use dqn network. Why can dqn but PPO not?
### Checklist - [ ] I've tested that my changes are compatible with the latest version of Tensorflow. - [ ] I've read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [ ] I've...
Hi! I'm working on a model where I need to calculate the 2nd order derivative of the output with respect to some of the input variables. If I use the...
### Issue Description Is it my problem to use the example training and find that convergence is not possible? I didn't change any code.
Hello! I've found a performance issue in tensorlayer/examples: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.cn/guide/data_performance?hl=zh_cn#vectorized_mapping) to support it. Detailed...
### Checklist - [x] I've tested that my changes are compatible with the latest version of Tensorflow. - [x] I've read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I've updated the documentation...