Maxwell Horton
Maxwell Horton
Thanks!
@acrlife it looks like python cannot find the module - is CVNets missing from your pythonpath? Assuming you're running from the root directory in the CVNets repository, try adding `PYTHONPATH=.`...
The error implies you're trying to import `cvnets.models.classification.config` somewhere. Since the config folder isn't a module, you're getting an import error. I think you meant to remove the `config` from...
@acrlife we have documentation here: https://apple.github.io/ml-cvnets/getting_started.html I believe your issue involved importing the wrong directory, as mentioned above. If you are still having trouble, try this: - Revert all your...