Search found 2 matches

by SteveBuscemi
Sun Dec 05, 2021 9:25 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 138205

Re: [Resource] Training Using Google Colab

Thanks. Also, you can simplify editing launcher.py with the console, or by adding this to a cell after installing faceswap:

Code: Select all

!sed -i 's/2.6/2.7/g' /content/faceswap/lib/cli/launcher.py
by SteveBuscemi
Mon Nov 29, 2021 1:42 am
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 138205

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...