How to use VGGFace in Dataiku?

Benoni
Benoni Registered Posts: 23 ✭✭✭✭

So i've completed all the image classification deep learning tutorials at https://www.dataiku.com/learn/guide/. Now, i want to work with VGGface because my data are exclusively face pictures. However the Keras VGGFace repo only works with Keras 2.1.1. If i try to use the repo with an updated keras i'll get "ImportError: cannot import name '_obtain_input_shape'". Any work arounds for these kind of problems?

Thanks in advance,

Best Answer

  • Liev
    Liev Dataiker Alumni Posts: 176 ✭✭✭✭✭✭✭✭
    Answer ✓

    Hi Benoni,

    You can create an environment in DSS with the required version of Keras, in order for the dependencies to work.

    Then, the snippet as per their documentation works inside a notebook or Python script setup on the environment.

    I hope this helps!

Answers

Setup Info
    Tags
      Help me…