[BUG] Load config from ClearML models
- 主要言語
- Python
- スター
- 1
- フォーク
- 0
- 平均マージ
- 3日 1時間
- マージ済み PR(30日)
- 2
説明
### Description
We have more use cases for loading config from ClearML. At this moment it works perfectly for training the teacher model. However:
1. For the BC scenario we need to load the RL config and update the current one.
2. For the evaluation scenario [RL], with provided task_id, the DEFAULT RL config should be taken from the ClearML Task.
3. For the evaluation scenario [BC] with task_id the default BC config should be taken from the ClearML.
4. For the evaluation scenario [RL] with provided model_id, the default RL config should be taken the ClearML Model (how?).
5. For the evaluation scenario [BC] with provided model_id, the default BC config should be taken the ClearML Model (how?).
The whole logic should be omitted with the `--enforce-local-config` flag.
### References
- #113
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。