Closed asksak closed 2 years ago
This bit of code was removed in the engine-api
update so I'll close it. If there's a similar issue, add to #73 for now.
Thank you Aymen. Received and processing.
On 6/19/22 02:42, asksak wrote:
Problem with dtype in tf.map_fn (file population.py), dtype replaced with fn_output_signature
working format:
pred_labels = tf.map_fn(fx_fitness_labels_map, result, fn_output_signature=(tf.int32, tf.string), swap_memory=True)
Problem with dtype in tf.map_fn (file population.py), dtype replaced with fn_output_signature
working format:
pred_labels = tf.map_fn(fx_fitness_labels_map, result, fn_output_signature=(tf.int32, tf.string), swap_memory=True)