minnnnn commited on
Commit
44c0d51
·
1 Parent(s): 61b9980

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +5 -5
test.py CHANGED
@@ -16,12 +16,12 @@ _HOMEPAGE = ""
16
 
17
  _LICENSE = ""
18
 
19
- _URL = "./"
20
 
21
- _URLS = {
22
- "train": "/content/drive/MyDrive/",
23
- "reg": "/content/drive/MyDrive/",
24
- }
25
 
26
  class imgdataset(datasets.GeneratorBasedBuilder):
27
  """"""
 
16
 
17
  _LICENSE = ""
18
 
19
+ # _URL = "./"
20
 
21
+ # _URLS = {
22
+ # "train": "/content/drive/MyDrive/",
23
+ # "reg": "/content/drive/MyDrive/",
24
+ # }
25
 
26
  class imgdataset(datasets.GeneratorBasedBuilder):
27
  """"""