使用方法,对外提供两个方法build_framework,export_saved_model
'''
-- coding: utf-8 --
@Author : Zip
@Time : 2020/12/18|12:53
@Moto : Knowledge comes from decomposition
from future import absolute_import from future import division from future import print_function
import warnings from lib.estimator import build_framework from lib.export import export_saved_model import argparse
warnings.filterwarnings('ignore')
def main(): parser = argparse.ArgumentParser() parser.add_argument("--config_file", default="conf/job_sort_with_fm_with_two_feature.yaml") args = parser.parse_args()
build_framework(args.config_file)
# export_saved_model(args.config_file)
if name == 'main': main()
'''
Release files for automl-lib 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| automl-lib-0.0.1.tar.gz | 1.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| automl_lib-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / automl-lib-0.0.1.tar.gz
| Download URL | automl-lib-0.0.1.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5465a98c3c97b701e1c7cd504c202d37b2632d992a8b87e3761ebd6436dab8ed
|
|
BLAKE2b-256 checksum How to use checksums |
97cffbba543e1d3e0ad4a2536ac74fcd7d29df65df945ce19e215fa3b766a3f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8
|
Release files / automl_lib-0.0.1-py3-none-any.whl
| Download URL | automl_lib-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a6ec8d032b9baed14c420d92415bfb8609fbf402cedd6d5e4ae5636068ceaacf
|
|
BLAKE2b-256 checksum How to use checksums |
5cbde10d82d8e3df69fe05a754bce2979616f97901b1c3996807fbb57b25130f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8
|