Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pip install -e .[dev]
# pip install -e .\[dev\]

# Run code style checks
pre-commit --all-files
pre-commit run --all-files

# Commit the code after all checks pass
git commit -am "create example workflow"
Expand Down
1 change: 1 addition & 0 deletions trinity/algorithm/entropy_loss_fn/entropy_loss_fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def default_args(cls) -> Dict:
Returns:
`Dict`: The default arguments for the entropy loss function.
"""
return {"entropy_coef": 0.0}


@ENTROPY_LOSS_FN.register_module("basic")
Expand Down