Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFangShu authored Aug 27, 2022
1 parent 424432e commit f8c2b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ IPython
deepwave 0.0.8
```
##### NOTE
We install the deepwave with https://github.com/guoketing/deepwave-order.git which provides finite difference scheme with 8th-order accuracy in the space domain. Run ```python setup.py install ``` to achieve the installation. Moreover, it is better to use Conda for the installation of all dependecies.
We install the deepwave with https://github.com/guoketing/deepwave-order.git which provides finite difference scheme with 8th-order accuracy in the space domain. ```cd ./deepwave-order/``` and run ```python setup.py install ``` to achieve the installation. Moreover, it is better to use Conda for the installation of all dependecies.

## Run the code
Enter the FWIGAN folder
```
cd ./FWIGAN
cd ./FWIGAN/
```
Correct the parameter settings and data path in ```ParamConfig.py``` and ```PathConfig.py```

Expand Down

0 comments on commit f8c2b80

Please sign in to comment.