Colombo
d886cd79a8
upd readme
2019-07-15 15:27:51 +04:00
cclauss
93ee889597
Identity is not the same thing as equality in Python ( #291 )
...
Use ==/!= to compare str, bytes, and int literals
$ python
```python
>>> method = 'Mi'
>>> method += 'n'
>>> method == 'Min'
True
>>> method is 'Min'
False
```
2019-06-27 21:10:22 +04:00
iperov
8484060e01
Trainer: added option for all models
...
Enable autobackup? (y/n ?:help skip:%s) :
Autobackup model files with preview every hour for last 15 hours. Latest backup located in model/<>_autobackups/01
SAE: added option only for CUDA builds:
Enable gradient clipping? (y/n, ?:help skip:%s) :
Gradient clipping reduces chance of model collapse, sacrificing speed of training.
2019-06-20 10:42:55 +04:00
Jakob6174
ea1d59f620
Update ModelBase.py ( #283 )
...
Typo: 'NotImplementeError' --> 'NotImplementedError'
2019-06-19 13:02:19 +04:00
iperov
fb9fd8c2b9
Update README.md
2019-06-19 12:24:11 +04:00
iperov
3d29130d5c
closing the repo
2019-06-13 08:38:09 +04:00
iperov
ab8d03b4bb
fix
2019-06-02 19:20:06 +04:00
iperov
c9da4cd89b
fix for plaidML
2019-05-24 09:30:39 +04:00
iperov
3114ae9d7b
upd plaidml ver
2019-05-20 22:42:34 +04:00
iperov
480360ba10
upd
2019-05-18 23:43:40 +04:00
iperov
06831517f5
upd
2019-05-15 08:03:50 +04:00
iperov
7be97af845
upd paypal link
2019-05-15 07:58:40 +04:00
iperov
66a12a973a
fix choosing preview image on options override
2019-05-14 17:00:25 +04:00
Luke Barr
ba4e377d13
Don't pass multiprocess object on pickle ( #261 )
2019-05-14 11:30:23 +04:00
iperov
d6e8dde481
'sort by yaw' option now can be overriden each run
2019-05-14 09:33:53 +04:00
iperov
615a999c68
added google drive download link
2019-05-14 09:33:10 +04:00
iperov
b04e9e77e2
upd doc
2019-05-12 07:59:35 +04:00
iperov
444bf699f7
back to 100 chance of random_ct
2019-05-11 21:20:02 +04:00
iperov
28af2f41ec
fix
2019-05-11 19:49:02 +04:00
iperov
22efba57a3
fix
2019-05-11 19:44:01 +04:00
iperov
1493551410
fix
2019-05-11 19:42:03 +04:00
iperov
8d7edd172c
random_ct_sample - now not applying with 20% chance
2019-05-11 19:40:02 +04:00
iperov
8294feca24
extractior: fix extract from already extracted dflimg
2019-05-11 17:36:22 +04:00
iperov
53c4f8a86e
cleaning
2019-05-11 16:55:06 +04:00
iperov
39809ff7dc
upd
2019-05-11 16:15:16 +04:00
iperov
2239c8d9ab
upd readme
2019-05-11 12:18:43 +04:00
iperov
6143962248
SAE: option apply_random_ct now True by default
2019-05-10 19:50:19 +04:00
iperov
e8f207557b
fix bgr_shuffle
2019-05-10 08:11:17 +04:00
iperov
5a9498543d
refactoring
2019-05-09 18:05:50 +04:00
iperov
d2011f8c32
upd doc
2019-05-08 09:32:32 +04:00
iperov
3555801046
upd docs
2019-05-07 13:09:20 +04:00
iperov
d003366033
cleaning
2019-05-07 10:47:51 +04:00
iperov
d8c1e2e58b
change help for apply_random_ct option
2019-05-07 10:47:29 +04:00
iperov
809cc14860
fix
2019-05-06 16:27:18 +04:00
iperov
d9c2e96f01
fix
2019-05-06 12:52:47 +04:00
iperov
a805f81142
SAE: added test option: 'Apply random color transfer to src faceset'
2019-05-06 11:34:56 +04:00
iperov
bde700243c
fix for plaidML
2019-05-05 19:22:26 +04:00
iperov
35ab63f752
add launch prog by timer repeatedly for colab
2019-05-05 17:05:03 +04:00
iperov
b50220a7d1
upd doc
2019-05-03 08:54:07 +04:00
iperov
37ca4281f3
_
2019-05-02 09:27:28 +04:00
iperov
f26267fddf
sae: upd help
2019-05-02 09:06:22 +04:00
iperov
54fa75aa13
fix
2019-05-02 00:39:18 +04:00
iperov
6dc1d43fe9
fix
2019-05-01 20:03:15 +04:00
iperov
9577c2d254
fix
2019-05-01 19:59:43 +04:00
iperov
2a8dd788dc
SAE: added option 'Pretrain the model?',
...
Pretrain the model with large amount of various faces. This technique may help to train the fake with overly different face shapes and light conditions of src/dst data. Face will be look more like a morphed. To reduce the morph effect, some model files will be initialized but not be updated after pretrain: LIAE: inter_AB.h5 DF: both decoders.h5. The longer you pretrain the model the more morphed face will look. After that, save and run the training again.
2019-05-01 19:55:27 +04:00
iperov
659aa5705a
_
2019-04-30 17:14:02 +04:00
iperov
1f1f94848b
cleaning
2019-04-30 07:46:49 +04:00
iperov
efb22ecce0
5 secs for override settings for colab
2019-04-30 07:32:15 +04:00
iperov
b16c745f1f
upd manuals
2019-04-29 08:34:04 +04:00
iperov
5eaf3eb500
fix 3rd pass extractor hang on AMD 8+ core processors
2019-04-28 23:40:26 +04:00