We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TrainerControllerCallback
Current format
controller-metrics: loss: Loss: - name: sparsity class: Sparsity args: key3: val3 key4: val4
New format
controller-metrics: - name: loss-one class: Loss arguments: key-num-1: val1 key-num-2: val2 - name: sparsity-one class: Sparsity arguments: key-num-3: val3 key-num-4: val4 operations: - name: op1 class: MyOperation1 controllers: - name: loss-controller triggers: - on_log rule: loss-one < 1.0 operations: - hfcontrols.should_training_stop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Current format
Describe the solution you'd like
New format
The text was updated successfully, but these errors were encountered: