MCPcopy Index your code
hub / github.com/patrickloeber/pytorchTutorial / 15_transfer_learning.py

File 15_transfer_learning.py

15_transfer_learning.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import torch
2import torch.nn as nn
3import torch.optim as optim
4from torch.optim import lr_scheduler

Callers

nothing calls this directly

Calls 2

train_modelFunction · 0.85
imshowFunction · 0.70

Tested by

no test coverage detected