Skip to content

Commit 0326378

Browse files
author
YinxiaCao
authored
Update pred_zy3bh_tlcnetU_tlc.py
1 parent 4eba6d0 commit 0326378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pred_zy3bh_tlcnetU_tlc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
data_path = r'sample'
2727
batch_size = 16
2828
# Load dataset
29-
testimg, testlab, nameid = dataloaderbh_testall(data_path)
29+
testimg, testlab, nameid = dataloaderbh_testall(data_path,[0,0,1])
3030

3131
testdataloader = torch.utils.data.DataLoader(
3232
myImageFloder_tlc(testimg, testlab, num=16),

0 commit comments

Comments
 (0)