Skip to content

Support within-Stack calls to ModelLayerBase._save_model to record intemediate outputs #30

Description

@elainethale

There's a save_path kwarg in Stack.run that gets used after the last layer is called. But users should also be able to provide save_paths for intermediate layers. Suggest:

stack.set_save_path(layer_ind, save_path)

And it would be good to also be able to find layer indices based on the layer name:

stack.get_inds(layer_name)

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

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions