Skip to content

ds.start() unexpectedly loses input files #11

Description

@lukemarsden

a very common use case is that you do ...

ds.input(read_in_some_data())

and later...

ds.start()
model.fit()
ds.summary("x_accuracy", model.accuracy)
ds.publish("trained a model")
ds.start()
model2.fit()
ds.summary("y_accuracy", model.accuracy)
ds.publish("trained some other model")

i think we just shouldn't reset input files on ds.start() and instead have an explicit ds.clear()

we should clear params & stats on ds.start() though

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions