Skip to content

ModuleNotFoundError: No module named 'utils' #2

Description

@reox

When running main.py I get the following error:

$ python main.py
Traceback (most recent call last):
  File "/home/reox/git/Bonnet/src/main.py", line 16, in <module>
    from utils.early_stopping import EarlyStopping
ModuleNotFoundError: No module named 'utils'

I'm not sure what module that shall be. Maybe utils.py is missing in the repo?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions