We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eba6d0 commit 0326378Copy full SHA for 0326378
pred_zy3bh_tlcnetU_tlc.py
@@ -26,7 +26,7 @@ def main():
26
data_path = r'sample'
27
batch_size = 16
28
# Load dataset
29
- testimg, testlab, nameid = dataloaderbh_testall(data_path)
+ testimg, testlab, nameid = dataloaderbh_testall(data_path,[0,0,1])
30
31
testdataloader = torch.utils.data.DataLoader(
32
myImageFloder_tlc(testimg, testlab, num=16),
0 commit comments