Sense Reconstruction
In [1]:
Copied!
import torch
import matplotlib.pyplot as plt
from mr_recon.linops import sense_linop
import torch
import matplotlib.pyplot as plt
from mr_recon.linops import sense_linop
BokehModel(combine_events=True, render_bundle={'docs_json': {'b5b2ec7f-ebd0-4e1c-bbd2-a917ad3c458a': {'version…
/home/abrahamd/mambaforge/envs/mr_recon/lib/python3.10/site-packages/sigpy/config.py:27: UserWarning: Importing cupy.cuda.cudnn failed. For more details, see the error stack below: No module named 'cupyx.cudnn' warnings.warn(
In [2]:
Copied!
plt.plot(torch.arange(5))
plt.plot(torch.arange(5))
Out[2]:
[<matplotlib.lines.Line2D at 0x719657db2e90>]
In [ ]:
Copied!