igeng84

Results 4 issues of igeng84

我在运行cleverhans部分代码时候,发现正确的运行环境应该配置cleverhans==3.0.0或者3.0.1,兜哥在书中写的是2.1.0.

兜哥您好,我在复现您的code/5-jsma-pytorch.ipynb代码时候,发现循环训练中最后一行 `img.data[idx]=np.clip(img.data[idx], min_, max_)` 该行代码在cuda上运行需要修改,img在cuda上运行的时候,因为img是cuda tensor,需要转化为cpu tensor,再进行numpy运算。 `img.data[idx]=np.clip(img.data[idx].cpu(), min_, max_)`

“[DeepJS: Job Scheduling Based on Deep Reinforcement Learning in Cloud Data Center](https://github.com/RobertLexis/CloudSimPy/blob/master/playground/paper/F0049-4.19.pdf), by Fengcun Li and Bo Hu." 该论文中实验部分用的是2017年的数据,但是在readme里,被分类为使用2018年的数据。

# 请问邱老师,课程资料中3小时课程ppt有没有相关的视频资料课程?