maggy
maggy copied to clipboard
AttributeError: module 'maggy.experiment' has no attribute 'lagom'
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'
Hey Cindy, can you try to import the following:
from maggy.experiment import experiment
let me know if it works.