shartoo / luna16_multi_size_3dcnn

An implement of paper "Multi-level Contextual 3D CNNs for False Positive Reduction in Pulmonary Nodule Detection"
111 stars 45 forks source link

test_path无法传入 #13

Open qihaoxu0 opened 5 years ago

qihaoxu0 commented 5 years ago

您好,请问一下date_prepare中get_test_batch部分for npy in files: try: arr = np.load(npy) 这里的npy没有申明 应该是指代测试路径 此部分打印出来是 file not exists! E,应该如何解决?非常感谢!

shartoo commented 5 years ago

代码有点问题,我训练的时候一直无法让loss下降。npyfiles列表中的一项,你检查下files列表是不是空的。

qihaoxu0 commented 5 years ago

代码有点问题,我训练的时候一直无法让loss下降。npyfiles列表中的一项,你检查下files列表是不是空的。

感谢您的答疑!filelist = []确实是空的,还想请教一下这里应该写哪些参数

shartoo commented 5 years ago

在你调用这个 get_test_batch方法的时候,传入的参数是文件名列表。

aszhanghuali commented 5 years ago

@qihaoxu0 @shartoo 您好!请问一下,代码能正常运行了吗?运行过程中,会不会报错呢?

winthely commented 5 years ago

代码有点问题,我训练的时候一直无法让loss下降。npyfiles列表中的一项,你检查下files列表是不是空的。

感谢您的答疑!filelist = []确实是空的,还想请教一下这里应该写哪些参数

您好,我是ML新手,请问filelist[]里面的参数具体填什么,能否告知一下,感恩!

qihaoxu0 commented 5 years ago

@qihaoxu0 @shartoo 您好!请问一下,代码能正常运行了吗?运行过程中,会不会报错呢?

可以正常运行 get_test_batch方法时传入的是npy的csv文件名列表