Commit d0c5776
Alex Biddulph
Fix data shape for classification images (#9)
Data argument (https://www.tensorflow.org/api_docs/python/tf/summary/image#arguments) for `tf.summary.image` expects data to have the shape `[k, h, w, c]`1 parent cd9d08e commit d0c5776
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
0 commit comments