dadaligoudan

Results 5 issues of dadaligoudan

have you ever tested your code on VS2015,libTorch1.4.0 seems have a lots of bugs.

# 平台(如果交叉编译请再附上交叉编译目标平台): # Platform(Include target platform as well if cross-compiling): # Github版本: # Github Version: 直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过``7z l zip包路径``命令并在输出信息中搜索``Comment`` 获得,形如``Comment = bc80b11110cd440aacdabbf59658d630527a7f2b``)。 git clone请提供 ``git commit`` 第一行的commit id Provide date (or...

stale

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 您好,我用自己的数据集训练了一个MaskFormer的模型,参考https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.9/docs/model_export_onnx_cn.md 可以将paddle的模型成功转换为预测模型文件。但是将预测模型文件转为ONNX时,提示 ![1719985195350](https://github.com/PaddlePaddle/PaddleSeg/assets/33470552/2ef7d3c7-1840-4b8f-a45e-2613f7388d13) 请问如何解决这个问题呢?谢谢。

question

Hi,I want to transform STTN pytorch model to onnx format to deploy. Following is my code: if __name__ == '__main__': device = torch.device("cuda:1" if torch.cuda.is_available() else "cpu") # 加载原始模型 net...

Hi, thanks for your excellent work, it really helps me in my work. But i have a question here. I modified your code to infer my model. I used FP16...