Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengelmann committed Jul 25, 2023
1 parent 415f69e commit 32f7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pred = torch.sigmoid(feats @ w + b)
print(f'Predicted p(bad): {pred.item():.4f}') # Predicted p(bad): 0.9386
```

<img src="Figures/QuickQualMEME_Hist.jpeg" width="750">
<img src="Figures/QuickQualMEME_Hist.jpeg" width="500">

## Acknowledgements

Expand Down

0 comments on commit 32f7137

Please sign in to comment.