This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import numpy as np | |
import tensorflow as tf | |
import tensorflow_datasets.public_api as tfds | |
class DiodeDepth(tfds.core.GeneratorBasedBuilder): | |
"""Short description of my dataset.""" | |
VERSION = tfds.core.Version('0.1.0') |