We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6809987 commit 51e81e3Copy full SHA for 51e81e3
2 files changed
src/spotPython/light/cnn/googlenet.py
@@ -16,7 +16,6 @@
16
import torch.utils.data as data
17
import torchvision
18
19
-%matplotlib inline
20
from IPython.display import HTML, display
21
from lightning.pytorch.callbacks import LearningRateMonitor, ModelCheckpoint
22
from PIL import Image
src/spotPython/light/cnn/netcnnbase.py
@@ -26,7 +26,6 @@
26
27
28
29
30
31
32
0 commit comments