szg
szg
Thanks for your advice, I'll try them. And I find that adding a BatchNorm layer in the squeeze function is better
一个课程作业,主体程序框架来自于xjtu benchmark ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年3月17日(周三) 下午5:56 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [albertszg/Deformable-multi-attention-convolutional-neural-network] 这个代码是出自论文吗? (#1) — You are receiving this because you are subscribed to this thread. Reply to...
https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark。你可以看下这篇论文。我们的不好给。毕竟多人劳动成果
数据集放置位置及目录在加载脚本中是通过拼接来得到的,MFPT是我们自己的数据集,没有公开。 CWRU: get_file: data_root_1 = os.path.join(root, datasetname[0]) XJTU: WC = os.listdir(root) # Three working conditions WC0:35Hz12kN WC1:37.5Hz11kN WC2:40Hz10kN datasetname1 = os.listdir(os.path.join(root, WC[0])) datasetname2 = os.listdir(os.path.join(root, WC[1])) datasetname3 = os.listdir(os.path.join(root, WC[2]))...
不知道你说的是哪个tmp,一般tmp都是存中间变量的一个变量
你的文件目录还是不对,'F:\media\data\12k Drive End Bearing Fault Data\105.mat'被程序当作了文件目录,可以使用pycham的debug模式进行单步调节,查看get_file函数内部运行,查看文件名称等变化。