Document LPIPS VGG cache file
Browse files
README.md
CHANGED
|
@@ -20,6 +20,7 @@ Pwavevelocity.mat
|
|
| 20 |
marmousi/marmousi_256_train.npz
|
| 21 |
overthrust/Overthrust_trueimp.mat
|
| 22 |
prepare_marmousi_256_train.py
|
|
|
|
| 23 |
```
|
| 24 |
|
| 25 |
`Pwavevelocity.mat` is the official Marmousi velocity model file used by the default Stage 1 VQGAN multi-scale training config and the experimental Diffusers VQGAN trainer.
|
|
@@ -30,6 +31,8 @@ prepare_marmousi_256_train.py
|
|
| 30 |
|
| 31 |
`prepare_marmousi_256_train.py` is a minimal data preparation script documenting the Marmousi-derived training data recipe. It expects `Pwavevelocity.mat` and writes the training `.npz` file.
|
| 32 |
|
|
|
|
|
|
|
| 33 |
Example `.env` entries for the code repository:
|
| 34 |
|
| 35 |
```bash
|
|
|
|
| 20 |
marmousi/marmousi_256_train.npz
|
| 21 |
overthrust/Overthrust_trueimp.mat
|
| 22 |
prepare_marmousi_256_train.py
|
| 23 |
+
vgg.pth
|
| 24 |
```
|
| 25 |
|
| 26 |
`Pwavevelocity.mat` is the official Marmousi velocity model file used by the default Stage 1 VQGAN multi-scale training config and the experimental Diffusers VQGAN trainer.
|
|
|
|
| 31 |
|
| 32 |
`prepare_marmousi_256_train.py` is a minimal data preparation script documenting the Marmousi-derived training data recipe. It expects `Pwavevelocity.mat` and writes the training `.npz` file.
|
| 33 |
|
| 34 |
+
`vgg.pth` is the LPIPS linear-weight checkpoint used by the VQGAN perceptual loss. The training code copies it to `tmp/vgg.pth` automatically when present in this data directory.
|
| 35 |
+
|
| 36 |
Example `.env` entries for the code repository:
|
| 37 |
|
| 38 |
```bash
|