Search found 4 matches

by y2k_netizen
Sat Jun 18, 2022 5:42 am
Forum: Cloud Discussion
Topic: [Resource] Google Colab Notebook
Replies: 32
Views: 52988

Re: [Resource] Google Colab Notebook

Today morning I started getting this message while using faceswap in Colab, Warning You may be executing code that is disallowed, and this may restrict your ability to use Colab in the future. Please note the prohibited actions specified in our FAQ. Looks like end of era for deepfakes using Google C...
by y2k_netizen
Sat Jan 15, 2022 6:48 am
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 138239

Re: [Resource] Training Using Google Colab

Looks like developers have fixed this, https://github.com/deepfakes/faceswap/commit/183aee37e93708c0ae73845face5b4469319ebd3 Only 2 changes required in original colab notebook posted at the start of this thread !pip install -r faceswap/_requirements_base.txt instead of !pip install -r faceswap/requi...
by y2k_netizen
Wed Dec 01, 2021 1:41 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 138239

Re: [Resource] Training Using Google Colab

11/10/2021 09:05:26 ERROR The maximum supported Tensorflow is version 2.6 but you have version 2.7 installed. Please downgrade Tensorflow. I changed the install requirements cell to !pip install -r faceswap/_requirements_base.txt !pip install tensorflow==2.6 to downgrade tensorflow, but now I'm hit...
by y2k_netizen
Wed Nov 10, 2021 3:59 am
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 138239

Re: [Resource] Training Using Google Colab

Thank you all for the amazing work. I am catching an error in the final training phase: /usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/utils/generic_utils.py:497: CustomMaskWarning: Custom mask layers require a config and must override get_config. When loading, the custom mask layer...