Zoeeeeey

Results 6 issues of Zoeeeeey

Hi, I want to use Netzob to interface Peach or generate XML file for Peach. But I can't find this part of the code in Netzob1.0.2. Is PeachExpoter still reserved...

### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf 2.14 ### Custom code Yes ### OS platform and...

stat:awaiting tensorflower
type:bug
comp:ops
TF2.14

### bug描述 Describe the Bug 在一些提供构建模型的API中,设计了参数`scale`作为调整模型通道数的放缩因子。 因此,`scale`应该是一个非负数才使得放缩有意义。 但部分`scale`缺少参数验证,当输入负值时,程序仍然能够运行、输出。 这些API包括: ``` paddle.vision.models.MobileNetV2 paddle.vision.models.MobileNetV3Large paddle.vision.models.MobileNetV3Small paddle.vision.models.mobilenet_v2 paddle.vision.models.mobilenet_v3_large paddle.vision.models.mobilenet_v3_small ``` 以下简单的代码可以复现上述问题。 In `MobileNetV3Large`: ```Python import paddle from paddle.vision.models import MobileNetV3Large # Build model...

status/new-issue
type/bug-report

### 文档链接&描述 Document Links & Description 您好, 部分API的rst文档的`代码示例`中,`COPY-FROM`后给出的内容与API名称不符,通常多出一个“子命名空间”。 这可能不是文档bug,因为我并不了解代码示例的真实含义。 我仅从字面上理解,认为代码示例的内容应与API名称一致,因此报告此类错误。 1.多出`layers` ``` paddle.audio.features.MFCC rst文档路径:docs/api/paddle/audio/features/MFCC_cn.rst paddle.audio.features.LogMelSpectrogram rst文档路径:docs/api/paddle/audio/features/LogMelSpectrogram_cn.rst ``` 2.多出`communication` ``` paddle.distributed.stream.all_gather rst文档路径:docs/api/paddle/distributed/stream/all_gather_cn.rst paddle.distributed.stream.all_reduce rst文档路径:docs/api/paddle/distributed/stream/all_reduce_cn.rst paddle.distributed.stream.alltoall rst文档路径:docs/api/paddle/distributed/stream/alltoall_cn.rst paddle.distributed.stream.alltoall_single rst文档路径:docs/api/paddle/distributed/stream/alltoall_single_cn.rst paddle.distributed.stream.broadcast rst文档路径:docs/api/paddle/distributed/stream/broadcast_cn.rst paddle.distributed.stream.recv...

### 文档链接&描述 Document Links & Description 您好, 以下是在浏览API文档时,发现可能存在doc bug的地方。 1.方法命名有误:paddle.optimizer.Adam ``` API文档链接:https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/optimizer/Adam_cn.html#state-dict-state-dict 问题描述: state_dict方法的标题命名是否应为`state_dict()`,而不是`state_dict(state_dict)`? 因为这个方法并没有输入参数,而返回值的类型是`dict`。 ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/2d79520a-ca63-4412-a3d3-539050f5d5f8) 2.API名称不完整:paddle.distributed.new_group ``` API文档链接:https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/distributed/new_group_cn.html 问题描述:缺少内容。 API名称不完整,是否应为`paddle.distributed.new_group(ranks=None, backend=None)`,而不是`new_group(ranks=None, backend=None)`? ``` 有误位置: ![image](https://github.com/Zoeeeeey/FuzzReports/assets/99133420/9972d1f2-5d54-42b4-8b7a-01c64d38651a) ### Version...

### Expected behavior Build tvm-0.18.0 from source. ### Actual behavior Hi, I follow this document (https://tvm.apache.org/docs/install/from_source.html) to install tvm 0.18.0 from source. Everything was fine until I ran the command:...

type: bug
needs-triage