haodoz0118 commited on
Commit
d6a5b12
·
verified ·
1 Parent(s): 644b987

Update small-norb.py

Browse files
Files changed (1) hide show
  1. small-norb.py +1 -0
small-norb.py CHANGED
@@ -62,6 +62,7 @@ class SmallNORB(datasets.GeneratorBasedBuilder):
62
  # Plan 1: download first
63
  train_files_gz = dl_manager.download(TRAIN_URLS)
64
  test_files_gz = dl_manager.download(TEST_URLS)
 
65
 
66
  # Then extract separately → will generate correct .mat paths
67
  train_files = {
 
62
  # Plan 1: download first
63
  train_files_gz = dl_manager.download(TRAIN_URLS)
64
  test_files_gz = dl_manager.download(TEST_URLS)
65
+ print(train_files_gz)
66
 
67
  # Then extract separately → will generate correct .mat paths
68
  train_files = {