No net_builder package
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
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?
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.