-
Notifications
You must be signed in to change notification settings - Fork 16
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
[WIP] branch with discrete crystal env experiments #224
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 25, 2023
… the set of space groups; plus other changes and new tests motivated by this
@vict0rsch is there anything here that is not in more recent branches and is worth keeping? |
I would keep the commits related to |
Moved to #292 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is for running discrete env experiments.
This branch may not ever be merged, TBD.
Changes of interest:
launch.py
now handlescode_dir: $SLURM_TMPDIR
or--code_dir='$SLURM_TMPDIR'
git clone
the repogit checkout
whatever value is ingit_checkout:
or--git_checkout=
. Ifgit_checkout
is empty, the current branch name is used'$SLURM_TMPDIR'
otherwise bash will try to evaluate it instead of giving the raw string to Pythonlogger.notes
key that can be used to describe a wandb experimentNote: You can use environment variables in
hydra
(viaOmegaConf
), in particular if you want to see the$SLURM_JOB_ID
somewhere you can do this:^ Here
${oc.env:SLURM_JOB_ID,local}
will resolve tolocal
if$SLURM_JOB_ID
does not exist