Skip to content

Instantly share code, notes, and snippets.

@shshemi
Last active August 28, 2019 04:11
Show Gist options
  • Save shshemi/b7150b2c7db86accb41b3d9031710561 to your computer and use it in GitHub Desktop.
Save shshemi/b7150b2c7db86accb41b3d9031710561 to your computer and use it in GitHub Desktop.
def rand_img(size):
return np.random.randint(0, 256, size) / 255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment