Update README.md
Browse files
README.md
CHANGED
@@ -10,14 +10,14 @@ language:
|
|
10 |
|
11 |
### Model Description
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
|
16 |
|
17 |
- **Developed by:** Baptiste Lemaire, Guillaume Thomas and Tom Dupuis from CEA-List
|
18 |
- **Model type:** Canny Edge Maps conditionned Diffusion model
|
19 |
- **Language(s) (NLP):** English
|
20 |
-
- **License:** [More Information Needed]
|
21 |
|
22 |
|
23 |
## Uses
|
@@ -36,6 +36,8 @@ See our gradio app for more information : [UCDR-Net gradio](https://huggingface.
|
|
36 |
* [Bridge](https://sites.google.com/view/bridgedata)
|
37 |
|
38 |
### Training Procedure
|
|
|
|
|
39 |
|
40 |
|
41 |
#### Preprocessing
|
@@ -44,9 +46,16 @@ See our gradio app for more information : [UCDR-Net gradio](https://huggingface.
|
|
44 |
-Canny Edge Map
|
45 |
|
46 |
|
47 |
-
#### Training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
-
See README.md file in model folders ({model}, not {model}_pt)
|
50 |
|
51 |
|
52 |
### Results
|
@@ -68,11 +77,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
68 |
- **Carbon Emitted:** [More Information Needed]
|
69 |
|
70 |
|
71 |
-
## Citation [optional]
|
72 |
-
|
73 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
74 |
-
|
75 |
-
**BibTeX:**
|
76 |
-
|
77 |
-
[More Information Needed]
|
78 |
|
|
|
10 |
|
11 |
### Model Description
|
12 |
|
13 |
+
This repo includes every models we trained during the Jax Community event sprint, organized by Hugging Face.
|
14 |
+
The folders {model} contains the Flax checkpoint and {model}_pt the Torch checkpoint.
|
15 |
|
16 |
|
17 |
|
18 |
- **Developed by:** Baptiste Lemaire, Guillaume Thomas and Tom Dupuis from CEA-List
|
19 |
- **Model type:** Canny Edge Maps conditionned Diffusion model
|
20 |
- **Language(s) (NLP):** English
|
|
|
21 |
|
22 |
|
23 |
## Uses
|
|
|
36 |
* [Bridge](https://sites.google.com/view/bridgedata)
|
37 |
|
38 |
### Training Procedure
|
39 |
+
We trained from scratch each one of our models. We kept the initial parameters, except for the Batch Size.
|
40 |
+
You can find the training script in the following [Event repo's folder](https://github.com/huggingface/community-events/blob/main/jax-controlnet-sprint/training_scripts/train_controlnet_flax.py)
|
41 |
|
42 |
|
43 |
#### Preprocessing
|
|
|
46 |
-Canny Edge Map
|
47 |
|
48 |
|
49 |
+
#### Training parameters
|
50 |
+
The following table describes the differents hyperpa
|
51 |
+
![alt text](./table_training.png)
|
52 |
+
|
53 |
+
We stopped the coyo model a bit after it processed its first epoch. After running it, we discovered it performed pretty well even after only one epoch. So we deciced to keep it.
|
54 |
+
|
55 |
+
|
56 |
+
The last model has been trained with a custom DataLoader. The previous loads a batch containing 4 images from Bridge and 28 from Coyo.
|
57 |
+
Therefore, we can't talk about epoch as the model processed coyo faster than bridge. We then trained the model according to steps and not epoch.
|
58 |
|
|
|
59 |
|
60 |
|
61 |
### Results
|
|
|
77 |
- **Carbon Emitted:** [More Information Needed]
|
78 |
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|