livingbody
livingbody
## 问题类型:模型训练 **PaddleX版本** paddlex 2.0.0 **问题描述** ``` model = pdx.det.YOLOv3(num_classes=num_classes, backbone='MobileNetV3_ssld') model.train( num_epochs=500, train_dataset=train_dataset, train_batch_size=50, eval_dataset=eval_dataset, learning_rate=0.001 / 8, warmup_steps=1000, warmup_start_lr=0.0, save_interval_epochs=10, lr_decay_epochs=[216, 243], resume_checkpoint="output/yolov3_mobilenet/epoch_260", save_dir='output/yolov3_mobilenet') ``` ==================== ## 错误信息...
## 代码 `import paddle import paddlehub as hub if __name__ == '__main__': model = hub.Module(name='resnet50_vd_imagenet_ssld', label_list=fishclass, load_checkpoint='img_classification_ckpt/') result = model.predict(['00001.png']) #data/Fish_Dataset/Fish_Dataset/Black Sea Sprat/ print(result)` ## 报错信息 `--------------------------------------------------------------------------- ValueError Traceback (most...
亲,是不是域名出问题了? 打不开了, 我的也打不开了。
🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/wechaty [question] `9 verbose type range 2710 verbose stack wechaty-puppet-whatsapp: No matching...
https://gitee.com/paddlepaddle/models/tree/develop/PaddleCV/video/application/video_tag运行test失败啊啊啊啊
https://gitee.com/paddlepaddle/models/tree/develop/PaddleCV/video/application/video_tag运行test失败啊啊啊啊 `%cd ~/video_tag/ !python videotag_test.py /home/aistudio/video_tag /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/layers/utils.py:26: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify...
## 发送gif动画失败 - 直接通过本地gif文件发送,发送的是生日快乐的动图 - 通过gif url发送,直接提示内部错误 - 修改后缀名位jpg发送,收到的是静止图片,不是动图 ## 代码如下 ```python if text == 'gif': conversation: Union[ Room, Contact] = from_contact if room is None else room await conversation.ready()...
脚本报错: tensorflow.python.framework.errors_impl.InvalidArgumentError: Expect 4 fields but have 3 in record 0 [[{{node DecodeCSV}}]] [[IteratorGetNext]] NLP中csv转TFRecord,train转正常, dev转失败,为0kb。 https://github.com/livingbody/EasyTransfer/tree/master/scripts/%E5%A4%A9%E6%B1%A0%E5%A4%A7%E8%B5%9B%E4%B8%93%E5%8C%BA
``` 2022-08-21 21:38:18 [INFO] There are 135/241 variables loaded into YOLOv3. /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/nn/layer/norm.py:654: UserWarning: When training, we now always track global mean and variance. "When training, we now always track global...
### 请提出你的问题 各位大佬好,UIE 我遇到问题了,我使用 uie-base 的finetune模型来抽取信息,但是同一类多个信息只能抽到一个,一直没思路,解决不掉。 基于TaskFlow法研杯 LAIC2022 【犯罪事实实体识别】 - 飞桨AI Studio https://aistudio.baidu.com/aistudio/projectdetail/4821353?contributionType=1 理论上抽取,比如人物,一句话有多个人物,但是只抽到一个,finetune也没用。。。
### 请提出你的问题 ## 如下,taskflow下载模型在windows下失败,url拼写错误。 ``` (p2) PS I:\livingbody\PaddleNLP-develop\examples\code_generation\codegen> python .\codegen_server.py [2022-10-31 13:23:56,007] [ INFO] - Downloading https://bj.bcebos.com/paddlenlp/models/community/Salesforce/codegen-350M-mono\vocab.json and saved to C:\Users\Administrator\.paddlenlp\models\Salesforce/codegen-350M-mono [2022-10-31 13:23:56,008] [ INFO] - Downloading vocab.json from https://bj.bcebos.com/paddlenlp/models/community/Salesforce/codegen-350M-mono\vocab.json...