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
2019-01-24 15:15:56 +04:00
2019-06-20 10:42:55 +04:00
fix
2019-05-06 12:52:47 +04:00
fix
2019-06-02 19:20:06 +04:00
2019-03-19 23:53:27 +04:00
2019-05-24 09:30:39 +04:00
2019-05-11 21:20:02 +04:00
2019-03-10 23:18:10 +04:00
2018-06-04 17:12:43 +04:00
2018-06-04 17:10:00 +04:00
fix
2019-05-02 00:39:18 +04:00
2019-06-19 12:24:11 +04:00
2019-04-27 18:37:46 +04:00
2019-04-27 18:37:46 +04:00
2019-05-20 22:42:34 +04:00
2019-05-20 22:42:34 +04:00

#deepfakes #faceswap #face-swap #deep-learning #deeplearning #deep-neural-networks #deepface #deep-face-swap #fakeapp #fake-app #neural-networks #neural-nets

DeepFaceLab is a tool that utilizes machine learning to replace faces in videos.

If you like this software, please consider a donation.

GOAL: next DeepFacelab update.

Donate via Yandex.Money

Donate via Paypal

Donate via Alipay

bitcoin:31mPd6DxPCzbpCMZk4k1koWAbErSyqkAXr

English (google translated)

На русском

Google Colab fork by @chervonij

Linux fork by @lbfs - may be outdated

(Chinese) QQ group 951138799 for ML/AI experts

deepfakes (Chinese)

deepfakes (Chinese) (outdated)

reddit (English)

Languages
Python 100%