amaljoseph / Signature-Verification_System_using_YOLOv5-and-CycleGAN

An end-to-end signature verification system to extract, clean and verify signatures in documents. Signatures are detected using YOLOv5. Noise is cleaned using a CycleGAN approach and verified. Keras / Tensorflow / PyTorch
147 stars 55 forks source link

Graph execution error #2

Open BaronJoseph opened 2 years ago

BaronJoseph commented 2 years ago

Hi! I'm trying to run this and come across this error while compiling.

`InvalidArgumentError Traceback (most recent call last) in () 14 batch_size=64, 15 validation_data=test_generator, ---> 16 callbacks=[early_stopping]) 17 18 # finetuning with all layers set trainable

1 frames /usr/local/lib/python3.7/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name) 53 ctx.ensure_initialized() 54 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name, ---> 55 inputs, attrs, num_outputs) 56 except core._NotOkStatusException as e: 57 if name is not None:

InvalidArgumentError: Graph execution error:`