-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The utils package lacks a lot of modules #7
Comments
Pardon me for being so carelessness. |
请问大佬 run_joint_method_(15/17).sh 文件是不是就是[joint_method_15.sh]和joint_method_17.sh啊,可是这二者我运行后,返回结果都是空,且里面内容也都只是配置,没有说从哪个python文件开始运行啊,是我哪里弄错了吗 |
joint_method_15.sh 和joint_method_17.sh 里面有执行的python文件名,你看看环境正确了没,还有文件下载了没 |
大佬你好,就如257556227所言,joint_method_15.sh确实里面仅仅是配置啊,确实没看到有执行的python文件名 |
大佬您好:
非常感谢您前面回答我的问题,我对您的论文和研究方法非常感兴趣,目前还有一些问题,很想多跟您沟通。 不知道能否加您微信呢?加了微信沟通更加方便。我的微信是:13618041167
目前还有一个问题: 我再重新处理数据,发现,跑twitter2015的pre_data.py 的时候 ,报错如:
Traceback (most recent call last):
File "/home/tiggers/Newdisk/lep/JML/JML-main/JML_opened/data/Twitter/IJCAI2019_data/twitter2015/pre_data.py", line 185, in <module>
write_data(data_add,save_path,Image_datas)
File "/home/tiggers/Newdisk/lep/JML/JML-main/JML_opened/data/Twitter/IJCAI2019_data/twitter2015/pre_data.py", line 163, in write_data
image_info=get_img_info(id,image_datas,dataset)
File "/home/tiggers/Newdisk/lep/JML/JML-main/JML_opened/data/Twitter/IJCAI2019_data/twitter2015/pre_data.py", line 151, in get_img_info
assert da_img['sentext'] == da_raw['sentent']
追溯代码发现好像是train.json文件读出的内容在这里assert不一致?这是怎么回事呢?
还有,twitter2017好像没有json文件?那这个pre_data.py文件怎么处理?
非常感谢大佬!!
330953797
***@***.***
…------------------ 原始邮件 ------------------
发件人: "MANLP-suda/JML" ***@***.***>;
发送时间: 2022年6月8日(星期三) 中午1:42
***@***.***>;
***@***.******@***.***>;
主题: Re: [MANLP-suda/JML] The utils package lacks a lot of modules (Issue #7)
这是对应的执行文件,"xxx.py"省略了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
if i use the follow commands:
$ bash run_joint_method_(15/17).sh
Will feedback errors, such as
No module named 'utils.multihead'
No module named 'utils.data_loader_bb'
Could you please put some training code which can execute?
Thank you
The text was updated successfully, but these errors were encountered: