shaoanlu / face_toolbox_keras

A collection of deep learning frameworks ported to Keras for face analysis.
276 stars 87 forks source link

added tf 1.x version in colab notebook #14

Open amrzv opened 3 years ago

amrzv commented 3 years ago

Hi. Added magic %tensorflow_version 1.x in notebook, now it works well (tested in google colab). Related to issue #12 and maybe this #3

amir-Devil commented 2 years ago

hi. i try to run demo in colab. but right now , there is an error when i try to do this.

'ValueError: Tensorflow 1 is unsupported in Colab.'

I would be very grateful if you could guide me.

amrzv commented 2 years ago

Seems that tensorflow 1.x is deprecated in colab env, so this repo is outdated. One way is to port the whole project in tensorflow 2.x if you want to use it in colab or you can always use a notebook locally.