Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'maggy.experiment' has no attribute 'lagom' #120

Open
CindyLu0406 opened this issue May 12, 2022 · 1 comment
Open

Comments

@CindyLu0406
Copy link

pip install the latest version of maggy(version1.1.0), and run a simple maggy example and it is not working.
import maggy
from maggy import experiment
...
result = experiment.lagom(train_fn=training_fn, name='MNIST')

returns AttributeError: module 'maggy.experiment' has no attribute 'lagom'

Capture

@RiccardoGrigoletto
Copy link
Contributor

Hey Cindy, can you try to import the following:
from maggy.experiment import experiment

let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants