sdaioje
sdaioje
dear authors, I am a new student in UCAS, I want to understand and study the baseline experiment code, could you please offer me this part of code.
We use pandas to read the file attack_v0 data but failed, and we use csv to read and print the output as follows, it seems the dataset has something wrong,...
There is a problem when using pandas to read csv. pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 3, saw 2 How to deal with the missing...
SMD数据集问题
您好,上传的SMD数据集命名格式为smd_train_0和smd_train_1,然而似乎在prepare_time_data.py文件中的read_dataset函数里,无法读取这个命名格式
作者您好,有个小问题,SMD数据集在训练时定义了data_set_number,代码如下: data_set_number = ["3-4",'3-5',"3-10","3-11","1-5","1-8","2-4"] data_set_number += ["1-1","1-2","1-3","1-4","1-5","1-6","1-7","1-8"] data_set_number += ["2-1","2-2","2-3","2-4","2-5","2-6","2-7","2-8","2-9"] data_set_number += ["3-1","3-2","3-3","3-4","3-5","3-6","3-7","3-8","3-9","3-10","3-11"] 请问,第一行代码中由1-5,而第二行代码又加入了一遍1-5,这样是否会导致后续mkdir(name, mode)时显示错误File exists。(因为我运行时出现了这个错误,说train_result/save0/...1-5..文件已经存在)
Dear author, I am a student from Chinese Academy of Science and want to download llama for reproduction of some research papers, but I got refusal and I want to...