Image Classification
eicc27 commited on
Commit
1392580
·
verified ·
1 Parent(s): ee0b8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,5 +1,12 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Densely Connected Convolutional Networks
@@ -169,4 +176,4 @@ class SingleDenseBlock(Layer):
169
  if self.memory_efficient:
170
  return self._me_call(x, training)
171
  return self._call(x, training)
172
- ```
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - uoft-cs/cifar10
5
+ - uoft-cs/cifar100
6
+ - ufldl-stanford/svhn
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: image-classification
10
  ---
11
 
12
  # Densely Connected Convolutional Networks
 
176
  if self.memory_efficient:
177
  return self._me_call(x, training)
178
  return self._call(x, training)
179
+ ```