Blackroot commited on
Commit
3b8b95b
·
verified ·
1 Parent(s): c6db579

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -10,6 +10,9 @@ This network uses the optimal transport flow matching objective outlined [Flow M
10
  xATGLU Layers are used instead of linears for entry into the transformer MLP layer [Expanded Gating Ranges
11
  Improve Activation Functions](https://arxiv.org/pdf/2405.20768)
12
 
 
 
 
13
  ![samples](./1.png)
14
  ![samples](./2.png)
15
  ![samples](./3.png)
 
10
  xATGLU Layers are used instead of linears for entry into the transformer MLP layer [Expanded Gating Ranges
11
  Improve Activation Functions](https://arxiv.org/pdf/2405.20768)
12
 
13
+ `python train.py` will train a new image network on the provided dataset. A pretrained model is provided here, step_1799.safetensors. To test, use:
14
+ `python test_sample.py step_1799.safetensors`
15
+
16
  ![samples](./1.png)
17
  ![samples](./2.png)
18
  ![samples](./3.png)