File size: 581 Bytes
699bbb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
dataset_info:
  features:
  - name: model
    dtype: string
  - name: dataset
    dtype: string
  - name: original
    dtype: image
  - name: gradcam++
    dtype: image
  - name: label
    dtype: string
  - name: label_index
    dtype: int64
  - name: paths
    struct:
    - name: Grad-CAM++
      dtype: string
    - name: original
      dtype: string
  splits:
  - name: train
    num_bytes: 209641949.75
    num_examples: 1425
  download_size: 208142275
  dataset_size: 209641949.75
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---