maggy icon indicating copy to clipboard operation
maggy copied to clipboard

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

Open CindyLu0406 opened this issue 2 years ago • 1 comments

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

CindyLu0406 avatar May 12 '22 18:05 CindyLu0406

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

let me know if it works.

RiccardoGrigoletto avatar May 19 '22 08:05 RiccardoGrigoletto