Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Introduce slurm evaluator. Continuous monitoring for slurm jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
iseessel committed May 27, 2021
1 parent f1ed150 commit cddc794
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 1 deletion.
@@ -0,0 +1,19 @@
{
"params": {
"training_checkpoint_dir": "/checkpoint/iseessel/vissl/2021-05-27-12-52-01/checkpoints",
"benchmarks": [
{
"evaluation_name": "quick_eval_in1k_linear",
"config_files": [
"config=test/integration_test/quick_eval_in1k_linear.yaml"
]
}
],
"evaluation_iter_freq": 20,
"evaluation_phase_freq": 5,
"evaluate_final_phase": true,
"autoload_slurm_evaluator_checkpoint": false,
"max_training_iterations": null,
"slurm_evaluator_checkpoint": null
}
}

0 comments on commit cddc794

Please sign in to comment.