https://github.com/kubeflow/katib
Revision c23f9c69bf5808da498d2970e90f241b7db2f323 authored by Andrey Velichkevich on 06 May 2020, 03:13:09 UTC, committed by GitHub on 06 May 2020, 03:13:09 UTC
* First commit with darts

* Support darts in Katib

* Fix problems

* Modify darts example

* Change num nodes to 4
1 parent 2d35d55
Raw File
Tip revision: c23f9c69bf5808da498d2970e90f241b7db2f323 authored by Andrey Velichkevich on 06 May 2020, 03:13:09 UTC
DARTS Suggestion (#1175)
Tip revision: c23f9c6
setup.py
from setuptools import setup

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