# Channel_matrix **Repository Path**: nameLacker/channel_matrix ## Basic Information - **Project Name**: Channel_matrix - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Channel_matrix #### 介绍 信道矩阵预测(基于神经网络) #### 使用说明 1. 依赖下载请运行 ``pip install -r requirements.txt -i https://pypi.douban.com/simple`` 。 2. 运行程序选择: 1. 生成数据集文件 ``python run.py -m gen_data -data_dir "原始数据集目录"`` 2. 训练模式 ``python run.py -m train -model_param "网络模型参数存放存放"`` 3. 验证模式 ``python run.py -m eval -model_param "网络模型参数存放存放"`` 4. 预测模式 ``python run.py -m pred`` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request