imaml
imaml copied to clipboard
Module missing for net.convnet and net.resnet
Hi,
I am trying to run your code. However, I am getting an error as follows.
ModuleNotFoundError: No module named 'net'
That error is given for the following modules.
from net.convnet import ConvNet
from net.resnet import ResNet
Can you share which module did you install for this?
Thank you in advance.