The default separator for flattening nested dict is currently '_'.
- It keeps users from defining attributes with
'_' in the name
- A
'.' would better render te nested structure
=> Switch from '_' to '.'
=> Ensure backward-retrocompatibility in tf.load() by implementing a general test
The default separator for flattening nested dict is currently
'_'.'_'in the name'.'would better render te nested structure=> Switch from
'_'to'.'=> Ensure backward-retrocompatibility in
tf.load()by implementing a general test