Source code for experimental_experiment
"""
Fuzzy work.
"""
__version__ = "0.1.0"
__author__ = "Xavier Dupré"
[docs]
def reset_torch_transformers(gallery_conf, fname):
"Resets torch dynamo for :epkg:`sphinx-gallery`."
import matplotlib.pyplot as plt
import torch
plt.style.use("ggplot")
torch._dynamo.reset()