1 Star 0 Fork 0

liuzhaopk/buzz-based-anomaly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-run-command.sh 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
docker run -d --name buzz-based-anomaly \
-e CUDA_VISIBLE_DEVICES=4,5,6,7 \
-v /home/tcejrowski/buzz-based-anomaly-dataset/smartula:/data \
-v /home/macierz/142847ct/142847ct/research/buzz-based-anomaly:/io \
--gpus all \
-t tymonzz/buzz-based-anomaly:cuda-11.1.1 \
autoencoder periodogram /data \
--hives DEADBEEF93 \
--filter_dates 2020-08-10 2021-08-10 \
--log_folder /io/output/logs \
--model_output /io/output/models \
--model_config /io/input/model_config.yml \
--feature_config /io/input/feature_config.yml \
--learning_config /io/input/learning_config.yml \
--comet_config /io/input/comet.config \
--gpu_ids 0 1 2 3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuzhaopk/buzz-based-anomaly.git
git@gitee.com:liuzhaopk/buzz-based-anomaly.git
liuzhaopk
buzz-based-anomaly
buzz-based-anomaly
master

搜索帮助