Giter Club home page Giter Club logo

lge-arc-advancedai / auptimizer Goto Github PK

View Code? Open in Web Editor NEW
200.0 21.0 29.0 53.34 MB

An automatic ML model optimization tool.

Home Page: https://lge-arc-advancedai.github.io/auptimizer/

License: GNU General Public License v3.0

Shell 0.36% Python 86.49% R 0.24% HTML 2.74% JavaScript 0.11% TypeScript 8.03% SCSS 2.02%
hyperparameter-optimization hpo hyperparameter-tuning deep-learning automl automated-machine-learning machine-learning neural-networks data-science data-engineering

auptimizer's People

Contributors

dependabot[bot] avatar guojunyao419 avatar jiayiliu avatar lge-arc-advancedai avatar mohakshah01 avatar samarth-tripathi avatar sauptikdhar avatar unmeshk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auptimizer's Issues

[BUG] Fail when no `USER` in system

Describe the bug
When USER is not defined in a system, the following error appears:

INFO - Executing command: /opt/conda/bin/python -m aup.setupdb.sqlite .aup/env.ini --user root --cpu 4 --log info
Traceback (most recent call last):
  File "/opt/conda/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/opt/conda/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/opt/conda/lib/python3.6/site-packages/Auptimizer-1.2-py3.6.egg/aup/setupdb/sqlite.py", line 152, in <module>
  File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/opt/conda/lib/python3.6/site-packages/Auptimizer-1.2-py3.6.egg/aup/setupdb/sqlite.py", line 144, in main
  File "/opt/conda/lib/python3.6/site-packages/Auptimizer-1.2-py3.6.egg/aup/utils.py", line 89, in get_default_username
  File "/opt/conda/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'USER'
CRITICAL - Failed in setup commands

To Reproduce
Steps to reproduce the behavior:

export USER
python -m aup.setup

Expected behavior
Assign a default user name.

is there a way to tune categorical hyperparameters?

I noticed that it is easy to 'auptimize' over hyper-parameters which are integer or float types, but is it possible to optimize over categorical hyper-parameters, for example loss type, weight decay type, etc?

save model not working with auto conversion.

Hi i am facing issue with save model if auto conversion is used.
Step1:
In training script i have added the
aup_save_model(save_model, model)

and save_model call back is implemented as
def save_model(model):
import os
print("save_model...")
os.makedirs('save_model')
model.save('./save_model/mnist.h5')

Step2: convert the script in hpo format.
python -m aup.convert train_script aup_config function
Step3: Training with hpo converted file
python -m aup experiment.json
Call back written for saving the model (save_model) is not getting hit.
I doubt the aup.convert is not able to handle the save_model changes

Result: model is not getting saved

Question: Py3 support?

Is your feature request related to a problem? Please describe.
Does auptimizer work with any python3.x versions? The requirements.txt file confuses me referencing both 2.7 and 3.x.

Describe the solution you'd like
I'd like to see py3 support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.