Skip to main content

automl fm dnn deepFM in config file

Project description

使用方法,对外提供两个方法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()

'''

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automl-lib-0.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

automl_lib-0.0.1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page