Ezzaim

Results 4 comments of Ezzaim

@SungmanHong @ahsan44411 im having the same pronlem with COCO Dataset. Found any possible fix?

try this ``` if tf.config.list_physical_devices('GPU'): physical_devices = tf.config.list_physical_devices('GPU') tf.config.experimental.set_memory_growth(physical_devices[0], enable=True) tf.config.experimental.set_virtual_device_configuration(physical_devices[0], [tf.config.experimental.VirtualDeviceConfiguration(memory_limit=3072)]) ```

have the same problem. i think this is also related to this issue #115

You are usig COCO dataset yet still saving your checkpoint in borndigital.h5