Skip to content
GitLab
探索
登录
注册
主导航
搜索或转到…
项目
S
SDFVAE
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫码加入微信群
1. 获取企业级DevOps解决方案
2. 免费或优惠考取极狐GitLab官方培训认证
代码片段
群组
项目
AIOps-NanKai
model
SDFVAE
提交
cb931de0
未验证
提交
cb931de0
编辑于
4年前
作者:
dlagul
提交者:
GitHub
4年前
浏览文件
操作
下载
补丁
差异文件
Update README.md
上级
90854db9
分支
分支 包含提交
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
README.md
+4
-4
4 个添加, 4 个删除
README.md
有
4 个添加
和
4 个删除
README.md
+
4
−
4
浏览文件 @
cb931de0
...
...
@@ -8,19 +8,19 @@ SDFVAE is a robust and noisy-resilient anomaly detection method based on static
### Data preprocessing
python data_preprocess.py --raw_data_file data/machine-1-1-data.csv --label_file data/machine-1-1-label.csv --train_data_path data_processed/machine-1-1-train --test_data_path data_processed/machine-1-1-test --test_start_time 20190923005800
**Please refer to "data_preprocessing_scripts.txt" for some details.**
**Please refer to "data_
preprocess/data_
preprocessing_scripts.txt" for some details.**
### Training
python trainer.py --dataset_path ../data_preprocess/data_processed/machine-1-1-train --data_nums 28253 --gpu_id 0 --log_path log_trainer/machine-1-1 --checkpoints_path model/machine-1-1 --n 38
**The detailed commands are given in "sdfvae_scripts.txt".**
**The detailed commands are given in "sdfvae
/sdfvae
_scripts.txt".**
### Testing
nohup python tester.py --dataset_path ../data_preprocess/data_processed/machine-1-1-test --data_nums 28469 --gpu_id 0 --log_path log_tester/machine-1-1 --checkpoints_path model/machine-1-1 --n 38 --start_epoch 30 2>&1 &
**Refer to "sdfvae_scripts.txt" for details.**
**Refer to "sdfvae
/sdfvae
_scripts.txt" for details.**
### Evaluation
nohup python evaluation.py --llh_path log_tester/machine-1-1 --log_path log_evaluator/machine-1-1 --n 38 --start_epoch 30 2>&1 &
**Please refer to "sdfvae_scripts.txt".**
**Please refer to "sdfvae
/sdfvae
_scripts.txt".**
## Training Losses
We give the example of SDFVAE training Losses on VoD1 dataset, the figure is in the directory named "training_losses".
<br>
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录