-
Notifications
You must be signed in to change notification settings - Fork 5
Model Training ‐ Comparison ‐ [Number of CPU Threads per Core]
Nikita K edited this page Sep 29, 2023
·
4 revisions
Models | Logs | Graphs | Configs
The name of the parameter speaks for itself. I have always wondered what it is and why it is needed.
Compared values:
-
1
, -
2
-BD
, -
4
, -
8
, -
16
.
DLR(step)
Loss(epoch)
All the graphs merge into one of two according to a completely random principle.
To avoid the hassle of looking at a million grids of identical images, I kept only two.
Even from the graphs it was clear that the parameter most likely did not affect anything, and that turned out to be the case. When it is increased, the CPU
load increases, but it doesn't have any impact on the quality of the results or the training speed.
The parameter does not affect the result. It is easier to leave the default value.
- Introduction
- Examples
- Dataset Preparation
- Model Training ‐ Introduction
- Model Training ‐ Basics
- Model Training ‐ Comparison - Introduction
Short Way
Long Way
- Model Training ‐ Comparison - [Growth Rate]
- Model Training ‐ Comparison - [Betas]
- Model Training ‐ Comparison - [Weight Decay]
- Model Training ‐ Comparison - [Bias Correction]
- Model Training ‐ Comparison - [Decouple]
- Model Training ‐ Comparison - [Epochs x Repeats]
- Model Training ‐ Comparison - [Resolution]
- Model Training ‐ Comparison - [Aspect Ratio]
- Model Training ‐ Comparison - [Batch Size]
- Model Training ‐ Comparison - [Network Rank]
- Model Training ‐ Comparison - [Network Alpha]
- Model Training ‐ Comparison - [Total Steps]
- Model Training ‐ Comparison - [Scheduler]
- Model Training ‐ Comparison - [Noise Offset]
- Model Training ‐ Comparison - [Min SNR Gamma]
- Model Training ‐ Comparison - [Clip Skip]
- Model Training ‐ Comparison - [Precision]
- Model Training ‐ Comparison - [Number of CPU Threads per Core]
- Model Training ‐ Comparison - [Checkpoint]
- Model Training ‐ Comparison - [Regularisation]
- Model Training ‐ Comparison - [Optimizer]