issues Search Results · repo:tensorlayer/TensorLayer language:Python
Filter by
467 results
(97 ms)467 results
intensorlayer/TensorLayer (press backspace or delete to remove)a = np.argmax(Q[s, :] + np.random.randn(1, env.action_space.n) * (1. / (i + 1))) IndexError: only integers, slices (:),
ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices ...
guest-oo
- Opened on Oct 19, 2024
- #1166
New Issue Checklist
- [x] I have read the Contribution Guidelines
- [x] I searched for existing GitHub issues
Issue Description
[INSERT DESCRIPTION OF THE PROBLEM]
Reproducible Code
- Which ...
guest-oo
- Opened on Oct 19, 2024
- #1165
In English: tensorlayer2.2.5 function _load_weights_from_hdf5_group_in_order() have errors in: layer_names = [n.decode(
utf8 ) for n in f.attrs[ layer_names ]]. Need to be modified to: layer_names = [n ...
SB-Moloo
- Opened on Nov 29, 2023
- #1163
Issue Description
When I use the tensor output from TensorFlow to pass to the tl layer, an error will be reported
AttributeError: tensorflow.python.framework.ops.EagerTensor object has no attribute _info ...
Tara-Liu
- 1
- Opened on Mar 30, 2023
- #1162
在中文版的 2.3.2 马尔可夫奖励过程 中介绍了 价值函数(Value Function)V (s),书中是这么说的:
价值函数(Value Function)V(s) 是状态 s 的期望回报(Expected Return)。
一种估计价值 V (s) 的简单方法是蒙特卡罗法,给定一个状态 s,我们用状态转移矩阵 P 随机采样大量的轨迹,来求近似期望。
除了蒙特卡罗方法,还有很多方法可以用来计算 ...
Ynjxsjmh
- Opened on Mar 9, 2023
- #1161
New Issue Checklist
- [ Yes ] I have read the Contribution Guidelines
- [ Yes ] I searched for existing GitHub issues
Issue Description
[INSERT DESCRIPTION OF THE PROBLEM]
When I do pip install ...
gtm2122
- 1
- Opened on Oct 10, 2022
- #1160
Issue Description
os.environ[ TL_BACKEND ] = torch and using gpu0 When I try to put my model and variable into cuda:
net.cuda()
x, y, y_cls = Variable(x).cuda(), Variable(y).cuda(), Variable(y_cls).cuda() ...
qzhiyue
- 2
- Opened on Aug 18, 2022
- #1159
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 you.
RealWorldEdits376W
- 1
- Opened on Jul 20, 2022
- #1157
New Issue Checklist
- I have read the Contribution Guidelines
- I searched for existing GitHub issues
Issue Description
IndexError: list index out of range
Reproducible Code
- Which OS are you ...
jaried
- Opened on Feb 16, 2022
- #1156
New Issue Checklist
- I have read the Contribution Guidelines
- I searched for existing GitHub issues
Issue Description
AttributeError: str object has no attribute decode
Reproducible Code
- ...
jaried
- 6
- Opened on Feb 15, 2022
- #1155

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.