king-yyf / CMeKG_tools

MIT License
1.06k stars 400 forks source link

train_data.json #2

Open xwxxwxuan opened 2 years ago

xwxxwxuan commented 2 years ago

Excuse me, train_data.json file mentioned in medical_re.py file from where to get?

zousp123 commented 2 years ago

你好,问一下,torch是哪个版本?pkl文件该如何打开?我使用python解析是一串int类型的数字。

Hello, may I ask, which version of torch is it? How to open pkl file? I am using python to parse a string of numbers of type int.

king-yyf commented 2 years ago

你好,本地 torch版本是 torch 1.5.0, pkl 是训练好的模型文件,存储时会有压缩,所以直接打开不是明文的,使用 torch.load("model.pcl") 进行加载。

2022-05-13 15:27:42zousp123 @.***>写道:

你好,问一下,torch是哪个版本?pkl文件该如何打开?我使用python解析是一串int类型的数字。

Hello, may I ask, which version of torch is it? How to open pkl file? I am using python to parse a string of numbers of type int.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>