Skip to content
Snippets Groups Projects
Commit 38117fe2 authored by mnsc's avatar mnsc
Browse files

plt.ion

parent 3d41bb81
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ from scipy.stats import norm
from math import sqrt
import numpy as np
# %% Default settings
plt.ion()
# %% Dataset
N = 100
x = torch.linspace(0, 1, N)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment