File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
50
50
Can install them one of the following:
51
51
52
- - ` pip install torch safetensors tqdm ` ,
53
- - make/use with a venv/conda
54
- - add this script to your training directory (to access the dependencies).
52
+ - Add this script to your training directory and use the virtual environment
53
+ (` venv ` ). ** RECOMMENDED**
54
+ - Make/use with a venv/conda
55
+ - ` pip install safetensors tqdm ` (See
56
+ [ Get started] ( https://pytorch.org/get-started/locally/ ) for instructions on
57
+ how to install PyTorch)
55
58
56
59
## Usage
57
60
@@ -269,7 +272,8 @@ Dataset dirs: 2
269
272
270
273
- average magnitude: square each weight, add them up, get the square root
271
274
- average strength: abs each weight, add them up, get average
272
- - debiased estimation loss: [ Debias the Training of Diffusion Models] ( https://arxiv.org/abs/2310.08442 )
275
+ - debiased estimation loss:
276
+ [ Debias the Training of Diffusion Models] ( https://arxiv.org/abs/2310.08442 )
273
277
274
278
## Update metadata
275
279
You can’t perform that action at this time.
0 commit comments