Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FilLTP89/SeismoALICE
Browse files Browse the repository at this point in the history
  • Loading branch information
FilLTP89 committed Jul 21, 2020
2 parents d1a59da + 8e425af commit 32164cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ In the following, basics command line examples are provided to train each `DCAAE
python3 ./src/aae_drive_bbfl.py --dataroot='./database/stead' --dataset='nt4096_ls128_nzf8_nzd32.pth' --cutoff=1. --imageSize=4096 --latentSize=128 --niter=5000 --cuda --ngpu=1 --nzd=32 --rlr=0.0001 --glr=0.0001 --outf='./imgs' --workers=8 --nsy=100 --batchSize=10 --actions='./actions_bb.txt' --strategy='./strategy_bb.txt'
```

<p align="center">
<img src="aae_bb_example.eps" width="350" height="525" title="Figure 2: Example of reconstructed broadband signal">
</p>


- `filtered`:
```
python3 ./src/aae_drive_bbfl.py --dataroot='./' --dataset='nt4096_ls128_nzf8_nzd32.pth' --cutoff=1. --imageSize=4096 --latentSize=128 --niter=5000 --cuda --ngpu=1 --nzf=8 --rlr=0.0001 --glr=0.0001 --outf='./imgs' --workers=8 --nsy=100 --batchSize=100 --actions='./actions_fl.txt' --strategy='./strategy_fl.txt'
Expand Down

0 comments on commit 32164cf

Please sign in to comment.