jcarreira / cirrus

Serverless ML Framework
Apache License 2.0
22 stars 9 forks source link

Need to set Limits for experiment termination #118

Open yangryan0 opened 5 years ago

yangryan0 commented 5 years ago

Currently, our experiments only terminate when the user calls stop in the python interface. We should have an option to set a limit, so that the experiment automatically stops when it reaches a certain accuracy or some other limit.