mdietrichstein / tensorflow-open_nsfw

Tensorflow Implementation of Yahoo's Open NSFW Model
Other
430 stars 136 forks source link

Tensorflow 2 compatibility #26

Open unverbraucht opened 3 years ago

unverbraucht commented 3 years ago

Tensorflow 2 prefixed all tensorflow 1 compatible calls to the tf.compat.v1 module. Migrate all tensorflow calls to use this module. Also includes the fix for the newer numpy version (allow_pickle=True) in model.py.