Skip to content

Instantly share code, notes, and snippets.

@eileen-code4fun
Last active May 28, 2021 00:49
Show Gist options
  • Save eileen-code4fun/f9a131cb535e872634fd0a20b8044529 to your computer and use it in GitHub Desktop.
Save eileen-code4fun/f9a131cb535e872634fd0a20b8044529 to your computer and use it in GitHub Desktop.
CIFAR10 Setup
from setuptools import find_packages
from setuptools import setup
setup(
name='trainer',
version='0.1',
packages=find_packages(),
include_package_data=True,
description='An E2E Tutorial of Vertex AI'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment