当前位置:   article > 正文

Determined AI使用教程

determined ai

官网文档地址:https://docs.determined.ai/latest/
知乎参考地址:https://zhuanlan.zhihu.com/p/422462131

1. 安装

pip install determined
  • 1

2. 使用determined cli创建任务

参考:Commands and Shells

  1. 编写配置文件[config].yaml
bind_mounts:
 - host_path: /data/home/huangricong/Data/
    container_path: /root/Data/
  • 1
  • 2
  • 3
  • bind_mounts: 挂载本地存储到docker容器内,host_path为物理机路径,container_path为容器内路径。
  1. 开启shell
det shell start --config-file [config].yaml
  • 1

3. 查看Web管理页面

情况说明:本机通过ssh远程连接服务器

  1. 端口转发
    将远程服务器的8080端口转发到本机的8080端口,有多种方式可以实现,在这里我通过vscode实现
    通过vscode实现端口转发
  2. 查看Web页面
    通过网址http://localhost:8080打开Determined Web界面
    determined网页端界面
    直接点击“Sign In”进入控制界面
    在这里插入图片描述
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/900413
推荐阅读
相关标签
  

闽ICP备14008679号