imaml icon indicating copy to clipboard operation
imaml copied to clipboard

Module missing for net.convnet and net.resnet

Open anik123 opened this issue 2 years ago • 0 comments

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.

anik123 avatar Apr 05 '23 19:04 anik123