PyCrCNN icon indicating copy to clipboard operation
PyCrCNN copied to clipboard

No net_builder package

Open sandushan-teaai opened this issue 2 years ago • 2 comments

When trying to import build_from_pytorch function using below command,

from pycrcnn.net_builder.encoded_net_builder import build_from_pytorch

It gives the error that ModuleNotFoundError: No module named 'pycrcnn.net_builder'.

Where we can find this sub module ? It is not available in the repo

sandushan-teaai avatar May 08 '23 05:05 sandushan-teaai

Hello,

You don't need anymore that package - if you give a look at the two notebook in HE-ML you can see that you can use directly Sequential to build an encoded model. Is there any code in particular for which you need help?

AlexMV12 avatar May 08 '23 08:05 AlexMV12

Hello, I would like to inquire about the specific configuration of the client and server you are running. I am concerned that my own computer and cloud server may not support the operation of this project.

17338278195 avatar Mar 25 '24 10:03 17338278195