Zoeeeeey

Results 7 comments of Zoeeeeey

Hi, I installed netzob 0.4.1 to generate xml from PCAP files. But I seem to have missed a few steps, resulting in the wrong file being generated. First, I create...

Hi, thank you for your explanation. In addition, I upgraded the version of TensorFlow and made some attempts, and this issue showed some different behaviors. Actually, I want to ask,...

Hi, I may have a solution here that you can learn about docker. Deploy Netzob's runtime environment in docker, and then call Netzob from the outside. I've pulled the base...

Hi, I have encountered a similar issue. How obtain the line coverage of the C/C++ code called by TensorFlow when running a Python test script? It seems that there is...

其他: 1.方法名称缺少参数 ``` paddle.nn.LayerList.append, paddle.nn.LayerList.insert, paddle.nn.LayerList.extend rst文档路径:docs/api/paddle/nn/LayerList_cn.rst paddle.nn.LayerDict的方法pop, update rst文档路径:docs/api/paddle/nn/LayerDict_cn.rst ``` 2.部分参数缺少描述 ``` paddle.nn.SyncBatchNorm 缺少对参数data_format、name的描述 rst文档路径:docs/api/paddle/nn/SyncBatchNorm_cn.rst ```

``` 8.缺少类名:paddle.optimizer.Optimizer API文档链接:https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/optimizer/Optimizer_cn.html 问题描述:缺少类名 此处是否应当补充`class paddle.optimizer.Optimizer(learning_rate=0.001, parameters=None, weight_decay=None, grad_clip=None, name=None)[源代码]`? ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/8822df98-810d-4823-a144-7b85c27f17af) ``` 9.缺少文档:paddle.optimizer.ASGD RST文档链接:https://github.com/PaddlePaddle/docs/blob/4be8fb41a653efc767265f524401eff06315fc8c/docs/api/paddle/optimizer/ASGD_cn.rst 问题描述:缺少API文档 在API文档中,是否应当补充对`paddle.optimizer.ASGD`的说明? ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/91999818-cf04-4e78-b3ac-94042ae63c9c) ``` 10.目录统计个数有误:paddle.distributed.fleet.Fleet 问题描述: 左侧检索框目录个数有误,是否应该区分大小写? 即,是否应为`1个`,而不是`2个`? ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/d3fb695f-5fcc-4857-b29f-a2175c8befee) ```...

``` 16.API签名部分参数名错误:paddle.histogramdd API文档:https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/histogramdd_cn.html 问题描述: paddle.histogramdd的第一个输入参数在API签名中设置为`x`,在参数定义中设置为`input`,前后不统一。 ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/5d7f4b8e-102d-4cd0-b566-99f2f6f64c40)