Skip to content

Conversation

hy395
Copy link
Contributor

@hy395 hy395 commented Dec 17, 2024

Description of your changes

updated westminster_train_folds.py to run transfer script.

Issue ticket number and link

Type of change

  • Bug fix
  • New feature
    • Backwards Incompatible?
  • Refactoring / code clean-up
  • Documentation add / update
  • Automated Test
  • Other (please specify)

(If applicable) How has this been tested?

sbf = os.path.abspath("%s/train.sb" % rep_dir)
outf = os.path.abspath("%s/train.out" % rep_dir)
errf = os.path.abspath("%s/train.err" % rep_dir)
outf = os.path.abspath("%s/train.%%j.out" % rep_dir)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would break a lot of my model analysis code. Do we need it? I've never had multiple training logs in the same directory. If I want a new training run, I make a new directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed this back!

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.

2 participants