Closed AnnaKwa closed 1 year ago
One-liner fix for the case where there is only one output variable. Keras models return a list of arrays for >2 outputs, but just an array for 1 output. This PR ensures a list is always returned.
One-liner fix for the case where there is only one output variable. Keras models return a list of arrays for >2 outputs, but just an array for 1 output. This PR ensures a list is always returned.