aiporre / multidataloader

Dataloader for Tensor Flow using the multithreading features
Apache License 2.0
8 stars 0 forks source link

Update to use output_signature to create from generator #8

Open aiporre opened 3 years ago

aiporre commented 3 years ago

TF 2.3 deprecrated output_shapes and types quote:

SOME ARGUMENTS ARE DEPRECATED: (output_shapes, output_types). They will be removed in a future version. Instructions for updating: Use output_signature instead