Skip to content

Streamline serial subset folder name collision avoidance w/ timestamps #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vijayiyer05
Copy link
Collaborator

@vijayiyer05 vijayiyer05 commented Mar 14, 2025

This is a small tweak towards getting the 2 Brain MRI Age Classification examples into closer alignment.

The use case is when repeatedly running example (e.g., during testing/dev), each run creates a data subset folder. To make each run equivalent in operation and runtime, the created folder for each run must have a different name. This tweak implements timestamped folder names equivalent to the original 2019 version but now using datetime

We can ensure no filename overlap easily in parent script; no need for "fallback" here
Use timestamping to ensure newly created folders never have name overlap
Update timestamp naming scheme to work across OSs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant