https://github.com/kubeflow/katib
Raw File
Tip revision: bd6c6eaa337ca972a5e40967522b535eeaf9b77d authored by avelichk on 14 May 2020, 02:23:41 UTC
Merge remote-tracking branch 'upstream/master' into darts-net-with-one-two-layers
Tip revision: bd6c6ea
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top