提交 af2dec8f 编辑于 作者: Toshihiro NAKAE's avatar Toshihiro NAKAE
浏览文件

Fixed readme descriptions about python version

上级 c49e8fc7
加载中
加载中
加载中
加载中
+1 −1
原始行号 差异行号 差异行
@@ -8,7 +8,7 @@ This implementation is based on the paper
this is UNOFFICIAL implementation.

# Requirements
- python 3
- python >= 3.5
- Tensorflow
- Numpy
- sklearn
+1 −1
原始行号 差异行号 差异行
@@ -9,7 +9,7 @@ DAGMM (Deep Autoencoding Gaussian Mixture Model) の Tensorflow 実装です。
※この実装は論文著者とは無関係です。

# 動作要件
- python 3
- python >= 3.5
- Tensorflow
- Numpy
- sklearn