Search found 2 matches

by Khilos
Fri Dec 13, 2019 9:38 pm
Forum: Training Support
Topic: After updating today everything fails
Replies: 2
Views: 2191

Re: After updating today everything fails

You selected to train the model with an 'components' mask when you only extracted with an 'extended' mask in the extraction phase according to the error message below. 12/13/2019 21:27:41 ERROR At least one of your faces does not have the mask components stored for it. 12/13/2019 21:27:41 ERROR You ...
by Khilos
Thu Dec 12, 2019 2:01 pm
Forum: Training Support
Topic: [Downgrading Tensorflow] - Training fails w/ 3-GPUs
Replies: 3
Views: 3284

Re: [Downgrading Tensorflow] - Training fails w/ 3-GPUs

What Keras, Tensorflow, and CUDA versions are you on? There was a similiar issue on the GitHub and user fixed some issues by downgrading to CUDA 10.0 tensorflow==1.13.1 tensorflow-gpu==1.13.1 keras==2.3 .1 keras-gpu==2.3.1 As just downgrading to TF alone didn't solve the issue, but needed the combin...