Skip to content

Commit fee71d1

Browse files
committed
fix assets
1 parent 14710c5 commit fee71d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ sp2.plot_param_vs_loss(config, test_losses, datadirectory, test_measures)
114114
# Test to see if averaging over speckle patterns improves the results
115115
sp2.average_speckle_input(config, test_set, device, model, criterion, n_ensembles_to_plot=5)
116116
```
117-
![avs](https://github.com/MALES-project/SpeckleCn2Profiler/blob/main/src/speckcn2/assets/pl.png?raw=true)
117+
![avs](https://github.com/MALES-project/SpeckleCn2Profiler/blob/main/src/speckcn2/assets/avs.png?raw=true)
118118
```python
119119
# Test to see if averaging over speckle patterns improves the results
120120
sp2.average_speckle_output(config, test_set, device, model, criterion, trimming=0.2, n_ensembles_to_plot=20)
121121

122122
```
123-
![ave](https://github.com/MALES-project/SpeckleCn2Profiler/blob/main/src/speckcn2/assets/pl.png?raw=true)
123+
![ave](https://github.com/MALES-project/SpeckleCn2Profiler/blob/main/src/speckcn2/assets/ave.png?raw=true)
124124

125125
Refer to the [documentation](https://males-project.github.io/SpeckleCn2Profiler/) or one of the [examples](https://github.com/MALES-project/examples_speckcn2) if you want to understand and customize your workflow.
126126

0 commit comments

Comments
 (0)