Add dynamic max_timeIDX_offset controlled by CSV and update harness templates#36
Add dynamic max_timeIDX_offset controlled by CSV and update harness templates#36wshlavacek wants to merge 8 commits into
Conversation
|
Hi @wshlavacek ,
|
@wshlavacek @galegozi it would be good to use the slurm json config functionality in PR#12. The other PR, modifying |
hickmank
left a comment
There was a problem hiding this comment.
A couple of minor changes requested in comments. It looks good. Let's meet to discuss the final study before we push "go".
f24f665 to
fbe8c3d
Compare
|
Hi @wshlavacek , |
hickmank
left a comment
There was a problem hiding this comment.
The max_timeIDX_offset change looks fine along with the study that's been set up. I agree with @galegozi comments that some of the scripts you've included provide nice functionality generally so should live somewhere else. I think those should be included in a separate PR and removed from this PR. Open to dissenting opinions though :-)
|
@wshlavacek where are we at on this? Let me know when I should re-review. |
…move obsolete test CSV
… into feature/add-max_timeIDX_offset
|
I created a separate PR for the four helper scripts. I'd like to keep copies of the helper scripts here, for now. I can remove later. |
|
@wshlavacek can this PR be closed in favor of PR #62 ? |
Yoke training harness to allow dynamic control of the
max_timeIDX_offsetparameter using a CSV file. Previously, the parameter was hard-coded in the training script. See README.md for full details.