keras-vggface | VGGFace implementation with Keras Framework | Machine Learning library
kandi X-RAY | keras-vggface Summary
kandi X-RAY | keras-vggface Summary
VGGFace implementation with Keras Framework
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Create a VGG face Dataset
- VGG16
- Constructs a SENET50 image
- Resnet50
- Convolution block
- ResNet convolution block
- SENS identity block
- Resnet identity block
- Sensure Tensors
keras-vggface Key Features
keras-vggface Examples and Code Snippets
Community Discussions
Trending Discussions on keras-vggface
QUESTION
I am trying to use the keras-vggface library from https://github.com/rcmalli/keras-vggface to train a CNN. I have installed tensorflow 2.0.0-rc1, keras 2.3.1, cuda 10.1, cudnn 7.6.5 and the driver's version is 418, the problem is that when i try to use the vggface model, as a convolutional base, i get an error, here is the code and the error
...ANSWER
Answered 2020-Jan-16 at 08:11The problem is incompatibility between keras
and tf.keras
. The library you are using (vggface-keras), uses keras
, while your code uses tf.keras
. This won't work.
The only possible solutions is you to use keras
for your whole pipeline, or for you to modify the vggface-keras
library to use tf.keras
, including modifying all imports and fixing any bugs that appear.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install keras-vggface
You can use keras-vggface like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page