[DO NOT MERGE] weights autotraining working branch#4
Open
DawnStone wants to merge 2 commits intointeon-latestfrom
Open
[DO NOT MERGE] weights autotraining working branch#4DawnStone wants to merge 2 commits intointeon-latestfrom
DawnStone wants to merge 2 commits intointeon-latestfrom
Conversation
DawnStone
commented
Aug 4, 2022
| pid=$(printf "%04d%02d" $P $STAGES) | ||
| sid=$(printf "%02d%02d%02d" $s $HL_RANDOM_DROPOUT $HL_BEAM_SIZE) | ||
| echo Producing featurization for ID: $pid $sid | tee -a $LOGFILE | ||
| $ADAMS2019_DIR/featurization_to_sample $PIPELINE_DIR/random_pipeline.featurization $t $pid $sid $PIPELINE_DIR/random_pipeline.sample |
Author
There was a problem hiding this comment.
This is the change to the call to featurization_to_sample that expects pipeline_id and sample_id, so I split them.
The behavior with the "onnx" string in the pipeline_id parameter did not seem to fail, but in trying to figure out how things work, it was easier for me to trace if I called it as in the source.
bece72a to
c5ba0f4
Compare
This file contains hidden or 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
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.
No description provided.