Skip to content

Instantly share code, notes, and snippets.

Productivity

Description Shortcut
Action Shift-Shift
Find Action Shift-Ctrl-A
Recent files Ctrl-E
Navigate by Symbol Shift-Ctrl-Alt-N
Navigate to File Shift-Ctrl-N
Navigation Bar Alt-Home
import tensorflow_datasets as tfds
from galaxies_datasets import datasets
ds, info = tfds.load("galaxy_zoo3d", split="train", with_info=True)
# plot sample images (requires matplotlib to be installed)
tfds.show_examples(ds, info, image_key="image", rows=4, cols=4)
# plot sample spiral masks
tfds.show_examples(ds, info, image_key="spiral_mask", rows=4, cols=4)
@lbignone
lbignone / mimimal_image_url_implementation.ipynb
Last active April 20, 2021 17:46
mimimal image_url implementation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.