{% autoescape true %} {{header| safe}} {% endautoescape %}

系统信息

Moe Photo Image Toolbox
系统状态

CPU物理核心:{{cpu_count_phy}}

CPU逻辑核心:{{cpu_count_log}}

CPU频率:{{cpu_freq}} MHz

系统总内存:{{mem_total}} MB

系统空闲内存:{{mem_free}} MB

总工作硬盘空间:{{disk_total}} MB

可用工作硬盘空间:{{disk_free}} MB

MoePhoto版本:{{version}}

Python版本:{{python}}

PyTorch版本:{{torch}}

CUDA版本:{{cuda}}

CuDNN版本:{{cudnn}}

    {% for gpu in gpus %}
  • 显卡型号:{{gpu['name']}}

    显卡CUDA能力:{{gpu['capability']}}

    处理器数量:{{gpu['processor_count']}}

    总显存:{{gpu['total_memory']}} MB

    空余显存: MB

  • {% endfor %}
{% if session %}

当前会话:{{session}}

当前任务路径:{{path}}

{% endif %}


{% autoescape true %} {{footer| safe}} {% endautoescape %}