Weights & Biases

这是一个模型可视化工具。官网的介绍:

Our tool wandb helps you track and visualize machine learning experiments. Getting set up should take less than five minutes. If you have any questions or run into any problems, please let us know! You can ask questions in our gitter forum and we should be able to help you out right away.

  • 安装
pip install wandb
  • 教程
    https://docs.wandb.com/docs/started.html

  • 示例
    https://docs.wandb.com/docs/frameworks/pytorch-example.html

  • 效果展示
    Weights & Biases_第1张图片
    Weights & Biases_第2张图片

  • 注意事项
     在执行的时候记得在运行的终端先登入账号

  • ref:
    https://www.wandb.com/articles/visualize-keras-models-with-one-line-of-code
    https://docs.wandb.com/docs/started.html

你可能感兴趣的:(deep,learning)