Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
此拉取请求包括对集成文件中为不同框架设置了
FRAMEWORK
,以及对配置README
文件的最新更新。在集成代码增加框架标识:
swanlab/integration/accelerate.py
: Setswanlab.config["FRAMEWORK"]
to "accelerate".swanlab/integration/fastai.py
: Setswanlab.config["FRAMEWORK"]
to "fastai".swanlab/integration/lightgbm.py
: Setswanlab.config["FRAMEWORK"]
to "lightgbm".swanlab/integration/mmengine.py
: Setswanlab.config["FRAMEWORK"]
to "mmengine".swanlab/integration/pytorch_lightning.py
: Setswanlab.config["FRAMEWORK"]
to "⚡️pytorch_lightning".swanlab/integration/sb3.py
: Setswanlab.config["FRAMEWORK"]
to "🤖stable_baselines3".swanlab/integration/torchtune.py
: Setswanlab.config["FRAMEWORK"]
to "torchtune".swanlab/integration/transformers.py
: Setswanlab.config["FRAMEWORK"]
to "🤗transformers".swanlab/integration/ultralytics.py
: Setswanlab.config["FRAMEWORK"]
to "ultralytics".swanlab/integration/xgboost.py
: Setswanlab.config["FRAMEWORK"]
to "xgboost".README
文件更新:README.md
: Added a new update regarding the optimization of project table performance in the cloud version and support for drag-and-drop, sorting, and filtering interactions.README_EN.md
: Added a new update regarding the optimization of project table performance in the cloud version and support for drag-and-drop, sorting, and filtering interactions.README_JP.md
: Added a new update regarding the optimization of project table performance in the cloud version and support for drag-and-drop, sorting, and filtering interactions.README_RU.md
: Added a new update regarding the optimization of project table performance in the cloud version and support for drag-and-drop, sorting, and filtering interactions.