YeahYo17

Results 2 comments of YeahYo17

> But there is a new issue when i run the test script. > #y = Lambda(lambda x: tf.image.resize_bilinear(x, size=(int(x.shape[1])//2, int(x.shape[2])//2)), name='data_sub2')(x) > NameError: global name 'tf' is not defined...

I think is the same problem that occurs in the 'test' file code. Here is the solution https://github.com/aitorzip/Keras-ICNet/issues/2#issuecomment-555954104 At summary, the solution is adding the 'tf' import by 'custom_objetcs' atribute:...