modify readme

This commit is contained in:
zhiqiang gong 2022-01-05 09:03:05 +08:00
parent b2258daef6
commit fe7df8b10f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# supervised_layout_benchmark
# topology-optimization-benchmark
## Introduction
@ -25,7 +25,7 @@ This project aims to establish a deep neural network (DNN) surrogate modeling be
The training, test and visualization can be accessed by running `main.py` file.
- The data is available at the server address: `\\192.168.2.1\mnt/share1/layout_data/v1.0/data/`refer to [Readme for samples](https://github.com/idrl-lab/topology-optimization-benchmark/blob/master/samples/README.md)). Remember to modify variable `data_root` in the configuration file `config/config_complex_net.yml` to the right server address.
- The data is available at the server address: [BaiduPan]( https://pan.baidu.com/s/11LAVPSVq9fBQouIz0Aonkg) `Password:u8fv`refer to [Readme for samples](https://github.com/idrl-lab/topology-optimization-benchmark/blob/master/samples/README.md)). Remember to modify variable `data_root` in the configuration file `config/config_complex_net.yml` to the right server address.
- Training

View File

@ -1,4 +1,4 @@
# supervised_layout_benchmark
# 拓扑优化研究基准
## 介绍
@ -25,7 +25,7 @@
> 运行训练、测试以及热布局作图统一通过main.py入口.
- 数据放在服务器`\\192.168.2.1\mnt/share1/layout_data/v1.0/data/`(详见[Readme](https://git.idrl.site/gongzhiqiang/supervised_layout_benchmark/blob/master/samples/README.md)),运行时请修改程序配置文件`config/config_complex_net.yml`中`data_root`输入变量为挂载服务器上数据地址.
- 数据放在[百度网盘](https://pan.baidu.com/s/11LAVPSVq9fBQouIz0Aonkg) `提取码: u8fv`(详见[Readme](https://git.idrl.site/gongzhiqiang/supervised_layout_benchmark/blob/master/samples/README.md)),运行时请修改程序配置文件`config/config_complex_net.yml`中`data_root`输入变量为挂载服务器上数据地址.
- 训练和测试