# DBPN-MindSpore **Repository Path**: amythist/DBPN-MindSpore ## Basic Information - **Project Name**: DBPN-MindSpore - **Description**: DBPN的MindSpore版本 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DBPN-MindSpore #### 介绍 DBPN的MindSpore版本 #### 软件架构 Python3.7.6 + MindSpore1.2.0 #### 使用说明 1. 下载数据集和VGG19预训练权重(https://pan.baidu.com/s/1ZhOia9ojtkJvUXQGqcM2MQ myyu),并分别放到data/DIV2K_train_HR和vgg19文件内。 2. 训练:python main_gan.py 3. 测试:python eval_gan.py #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request