Skip to content

Possible fix for tensorflow_model_optimization on MacOsX

Gerardo Ganis requested to merge fix-tensorflow_model_optimization-mac into master

Builds of tensorflow_model_optimization are failing because the file system is case insensitive (BUILD and build are the same). This patch should overcome this problem.

Merge request reports