File tree 1 file changed +6
-14
lines changed 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ of that change.
12
12
13
13
14
14
15
-
16
-
17
-
18
-
19
-
20
15
## 1.0.19.dev0 (Work In Progress)
21
16
22
17
### New:
@@ -26,26 +21,26 @@ of that change.
26
21
### Fixed:
27
22
28
23
29
-
30
24
## 1.0.18 (2018-10-30)
31
25
32
- ### New:
33
-
34
- ### Changed:
35
-
36
26
### Fixed:
37
27
28
+ - Fix jupyter dep version
38
29
39
30
40
31
## 1.0.17 (2018-10-30)
41
32
42
33
### New:
43
34
35
+ - Add tiny datasets
36
+
44
37
### Changed:
45
38
46
- ### Fixed:
39
+ - remove wrong ` Fbeta `
47
40
41
+ ### Fixed:
48
42
43
+ - fix implementation of ` fbeta `
49
44
50
45
## 1.0.16 (2018-10-30)
51
46
@@ -59,7 +54,6 @@ of that change.
59
54
- Monkey-patched torch.Tensor so matplotlib works
60
55
- ` Learner.create_unet `
61
56
- Data block API
62
- - Add tiny datasets
63
57
64
58
### Changed:
65
59
@@ -70,12 +64,10 @@ of that change.
70
64
- Monkey-patched torch.utils.data.dataloader.DataLoader to create a passthrough to the dataset
71
65
- ` max_workers ` for ` download_images `
72
66
- Change the arguments of ` ObjectDetectDataset ` to make it consistent with the rest of the API, changes the return of ` get_annotations ` to go with it.
73
- - remove wrong ` Fbeta `
74
67
75
68
### Fixed:
76
69
77
70
- remove empty classes in ` ImageDataBunch.from_folder `
78
- - fiw implementation of ` fbeta `
79
71
80
72
## 1.0.15 (2018-10-28)
81
73
You can’t perform that action at this time.
0 commit comments