Furkan Kocaman
Furkan Kocaman
i would like start the training with the following command: `python train.py "Testing1" --images="C:/Users/Furkan/Desktop/lfwcrop_grey/faces/"` and the Error is: ``` Found 13233 images in filepath, resulting in theoretically max k*(k-1)=175099056 ordered...
``` 2019-10-09 15:34:39.639912: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2019-10-09 15:34:39.660809: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2208000000 Hz 2019-10-09 15:34:39.662611:...
I'm currently trying to use Kerasify to make the code for a Unet network, but I get the following error: `AssertionError: Unsupported layer type: Conv2DTranspose` and `AssertionError: Unsupported layer type:...