File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 as well as ` %py_class% ` .
1515
1616- ` r_to_py() ` method for R6 classes and ` %py_class% ` gain support for
17- ` private ` fields and methods. Any R objects stored in private will only be
17+ ` private ` fields and methods. Any R objects stored in ` private ` will only be
1818 available to methods, and will not be converted to Python.
1919
2020- New family of functions for controlling optimizer learning rates during training:
6262 - R arrays are now cast to the floatx dtype ("float32" by default)
6363 - ` start_index ` and ` end_index ` now are 1-based.
6464
65- - ` image_dataste_from_directory ()` gains a ` crop_to_aspect_ratio ` argument which
65+ - ` image_dataset_from_directory ()` gains a ` crop_to_aspect_ratio ` argument which
6666 can be used to prevent distorting images when resizing to a new aspect ratio.
6767
6868- ` Layer ` is deprecated, superseded by ` new_layer_class() ` .
6969
7070- ` load_model_tf() ` argument ` custom_objects ` gains the ability to accept an
71- unnamed list (e.g, of object returned by ` new_layer_class() ` or similar).
72- Appropriate names for the supplied objects are automatically infered .
71+ unnamed list (e.g, of objects returned by ` new_layer_class() ` or similar).
72+ Appropriate names for the supplied objects are automatically inferred .
7373
7474- Fixed an issue where negative values less than -1 supplied to ` axis `
7575 arguments were selecting the wrong axis.
You can’t perform that action at this time.
0 commit comments