You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: