You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teacher, thank you very much for your answer. Now download.py can run normally.
But there is a new problem, Can you provide me with the function create json file?
Traceback (most recent call last):
File "tl_agg.py", line 289, in
prepare_data(dataset)
File "/root/FewVulnerability/transfer_learning/../utils/bert.py", line 114, in prepare_data
record_list = create_json_file(df.loc[idx])
NameError: name 'create_json_file' is not defined
您好,想问一下,我在运行python download.py的时候出现如下错误:
raceback (most recent call last):
File "download.py", line 2, in
import pathlib
ValueError: source code string cannot contain null bytes
该如何解决?谢谢您
修改了好几次都不对,还是报这个错误。
The text was updated successfully, but these errors were encountered: