Skip to content

Commit aa97707

Browse files
README typo removed
1 parent cfe8783 commit aa97707

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ In this project, we implement [FaderNet](https://arxiv.org/pdf/1706.00409.pdf) (
1212

1313
We've noticed that FaceBook had released [the offical github for FaderNet](https://github.com/facebookresearch/FaderNetworks). Since we've started the project slightly earlier than it's release, **ONLY in the part of testing FaderNet on unseen data (out of CelebA) had we used the model & modified the testing code FaceBook released. For all the remaining parts including training & experiments, we're using our own production.**
1414

15+
16+
The paper also specified their strategy on model selection, which we are not capable to reproduce due to resource limitaion. With our own model, we obtain a slightly worse result comparing to the paper due to the limitation of computing power and time we have.
17+
1518
## Dependency & Requirement
1619

1720
### Packages used in this project
@@ -43,12 +46,12 @@ FaderNet is trained on [CelebA](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
4346

4447
TODO
4548

46-
The training process tooks about 1 million steps (5~7 days) to generate result comparable to original paper. (The paper also specified they're strategy on model selection, which we are not capable to reproduce due to resource limitaion. With our own model, we obtain a slightly worse result comparing to the paper due to the limitation of computing power and time we have.)
49+
The training process tooks about 1 million steps (5~7 days) to generate result comparable to original paper.
4750

4851
## Testing
4952
### Testing with our own code & model
5053

51-
The model we've trained can be find in [checkpoint/](checkpoint/). The testing images are the first 10 images in CelebA's testing set, we've uploaded the preprocessed version of them in [data/img/](data/img/) in order to let this part of testing can be done without downloading extra data/model
54+
The model we've trained can be find in [checkpoint/](checkpoint/). The testing images are the first 10 images in CelebA's testing set, we've uploaded the preprocessed version of them in [data/img/](data/img/) in order to let **this part of testing can be done without downloading extra data/model**
5255

5356
To generate [fig2](fig/fig_2.jpg) in the poster (Reproducibility Study in Experiments), run
5457

0 commit comments

Comments
 (0)