Skip to content

ODELIA location of training output #537

Description

@oleschwen

The combination of pytorch and NVFlare result in training output (trained models, prediction csvs) at different locations (checkpoints for the local models are saved in the scratch dir; FL_global_model.pt and best_FL_global_model.pt are saved in the project dir). Output to be preserved should not be located in a scratch directory (danger of "temporary" location being cleaned up) and ideally all output should be at one location.

  • Decide on single location.
  • Move all output there as part of local/swarm training run.
  • Make sure all downstream scripts (collecting results, evaluation, …) use the updated location.

Activity

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions