Skip to content
代码片段 群组 项目
提交 fc63cd9a 编辑于 作者: Ting-Che Lin's avatar Ting-Che Lin
浏览文件

add setup.py

上级 a9159cf2
无相关合并请求
from distutils.core import setup
setup(
name='DAGMM',
packages=['dagmm',],
license='MIT License',
author='Toshihiro NAKAE',
description='UNOFFICIAL implementation of the paper Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection [Bo Zong et al (2018)]',
long_description=open('README.md').read(),
)
\ No newline at end of file
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册