I´m trying to use the code in a Google Colaboratory.
But I have this issue:
ImportError Traceback (most recent call last)
in ()
11 from matplotlib import cm as CM
12 from image import *
---> 13 from model import CSRNet
14 import torch
15 get_ipython().magic('matplotlib inline')
/content/model.py in ()
2 import torch
3 from torchvision import models
----> 4 from utils import save_net,load_net
5
6 class CSRNet(nn.Module):
ImportError: cannot import name 'save_net'
Awesome work!
I´m trying to use the code in a Google Colaboratory. But I have this issue:
Could you help me please?