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
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