Search found 1675 matches
- Wed May 18, 2022 11:34 pm
- Forum: Training Support
- Topic: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Replies: 12
- Views: 120
Re: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Wed May 18, 2022 11:00 am
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
ianstephens wrote: ↑Wed May 18, 2022 10:58 amJust thought I'd mention it - I'm sure you'll make more sense of it than me
Guess again! That makes absolutely no sense to me whatsoever . But, if it works, it works.
- Tue May 17, 2022 12:54 pm
- Forum: General Discussion
- Topic: Open Discussion about Deepfakes in Phishing
- Replies: 1
- Views: 30
Re: Open Discussion about Deepfakes in Phishing
- Tue May 17, 2022 12:51 pm
- Forum: Installation Support
- Topic: [Guide]Linux Install Guide: Installer Method
- Replies: 18
- Views: 82367
Re: [Guide]Linux Install Guide: Installer Method
- Mon May 16, 2022 9:50 pm
- Forum: General Discussion
- Topic: Slider for how much gpu/cpu to use
- Replies: 5
- Views: 10017
Re: Slider for how much gpu/cpu to use
- Mon May 16, 2022 9:42 pm
- Forum: Convert Discussion
- Topic: [Guide] A Rough Guide to Converting
- Replies: 7
- Views: 121282
Re: [Guide] A Rough Guide to Converting
They refer to the video that you plan to swap faces onto and the associated alignments file.
- Fri May 13, 2022 10:15 pm
- Forum: Convert Discussion
- Topic: [Script] Create video from timelapse images
- Replies: 2
- Views: 75
Re: [Script] Create video from timelapse images
- Fri May 13, 2022 10:12 pm
- Forum: Convert Support
- Topic: I cant open Faceswap successfully ,UnicodeDecodeError
- Replies: 2
- Views: 80
Re: I cant open Faceswap successfully ,UnicodeDecodeError
- Fri May 13, 2022 10:09 pm
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
Yep, getting positive feedback for sure. It's good to know it was worth putting the time in to get the code updated
- Thu May 12, 2022 2:58 pm
- Forum: Cloud Discussion
- Topic: [Resource] Google Colab Notebook
- Replies: 11
- Views: 929
Re: [Resource] Google Colab Notebook
My mistake, I put the imports in the wrong way around. Should work now.
- Thu May 12, 2022 7:58 am
- Forum: Extract Support
- Topic: Fresh Install - RTX 3060 Ti still Sleeping
- Replies: 1
- Views: 66
Re: Fresh Install - RTX 3060 Ti still Sleeping
Please provide the following info to better diagnose your problem:
app.php/rules#rule-4b
- Thu May 12, 2022 7:56 am
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
Honestly, nothing I updated yesterday would have impacted this. The commits were basically a refactoring of some of the code so that we can (in the future) support Apple Silicon.
I guess it was just one of those things, but all's well that ends well!
- Thu May 12, 2022 7:54 am
- Forum: Cloud Discussion
- Topic: [Resource] Google Colab Notebook
- Replies: 11
- Views: 929
Re: [Resource] Google Colab Notebook
This was down to an update I pushed today not supporting Python 3.7 (the Colab default). I have now fixed this, so hopefully the notebook should be working again now.
- Wed May 11, 2022 9:37 am
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
- Tue May 10, 2022 9:46 am
- Forum: Training Support
- Topic: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Replies: 12
- Views: 120
Re: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Mon May 09, 2022 6:08 pm
- Forum: Training Support
- Topic: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Replies: 12
- Views: 120
Re: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Mon May 09, 2022 4:28 pm
- Forum: Training Support
- Topic: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Replies: 12
- Views: 120
Re: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
Ok, well that's a different error, which leads me to believe that the initial error was a false positive. That error means you have run out of GPU memory. Try enabling "Mixed Precision" and/or lowering your batch size.
- Mon May 09, 2022 10:12 am
- Forum: Training Support
- Topic: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Replies: 12
- Views: 120
Re: Bug: ValueError: Please use `tf.keras.losses.Reduction.SUM` or `tf.keras.losses.Reduction.NONE`
- Sat May 07, 2022 9:51 pm
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
I have seen this before and I don't understand it. A print statement should not be raising an OS Error :/
- Fri May 06, 2022 10:19 pm
- Forum: Training Support
- Topic: Bug: Updated to Latest faceswap version now crashing when starting training
- Replies: 25
- Views: 495
Re: Bug: Updated to Latest faceswap version now crashing when starting training
I have literally never seen this before... looks like it's being generated from TF itself, which switching around in the GUI doesn't directly impact. Would be useful to get the full text of the error please.