# visualizer **Repository Path**: tajh/visualizer ## Basic Information - **Project Name**: visualizer - **Description**: weight visualizer - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-26 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 安装 ``` git clone https://gitee.com/tajh/visualizer.git cd visualizer pip install . ``` ## 使用方式 ``` visualizer --ckpt <--opt True> --step --output ``` 参数说明: - `ckpt` checkpoint文件路径 - `opt` 是否查看优化器状态分布,默认为false,如需使能加--opt True - `step` 用于查看优化器状态分布时,传入对应的step数 - `output` 输出文件路径,默认为./ ## 结果说明 会在指定文件目录下生成ckpt的权重分布图(按照layer划分)