File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
julia :
8
- - 0.5
8
+ - 0.6
9
+ - nightly
10
+ matrix :
11
+ allow_failures :
12
+ - julia : nightly
13
+ git :
14
+ depth : 5000
9
15
10
16
notifications :
11
17
email : false
Original file line number Diff line number Diff line change 1
- julia 0.5
1
+ julia 0.6
2
2
ImageCore 0.1.2
3
3
ColorTypes 0.4
4
4
GZip
Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ for t in tests
13
13
end
14
14
15
15
# CIFAR10
16
- # x, y = CIFAR10.traindata()
17
- # x, y = CIFAR10.testdata()
16
+ x, y = CIFAR10. traindata ()
17
+ x, y = CIFAR10. testdata ()
18
18
19
19
# CIFAR100
20
- # x, y = CIFAR100.traindata()
21
- # x, y = CIFAR100.testdata()
20
+ x, y = CIFAR100. traindata ()
21
+ x, y = CIFAR100. testdata ()
22
22
23
23
# PTBLM
24
- # x, y = PTBLM.traindata()
25
- # x, y = PTBLM.testdata()
24
+ x, y = PTBLM. traindata ()
25
+ x, y = PTBLM. testdata ()
26
26
27
27
# UD_English
28
- # x = UD_English.traindata()
29
- # x = UD_English.devdata()
30
- # x = UD_English.testdata()
28
+ x = UD_English. traindata ()
29
+ x = UD_English. devdata ()
30
+ x = UD_English. testdata ()
31
31
nothing
You can’t perform that action at this time.
0 commit comments