https://github.com/kubeflow/katib
Raw File
Tip revision: efce83b4f21c31f168c8d9dfab3f12740578ef83 authored by avelichk on 06 August 2020, 15:59:37 UTC
Test. Expect that suggestion is succeeded when experiment is updating
Tip revision: efce83b
setup.py
from setuptools import setup

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