Skip to content

Commit

Permalink
update keras-cv json file name (keras-team#2128)
Browse files Browse the repository at this point in the history
* update keras-cv json file name

* removed z which was a mistake
  • Loading branch information
divyashreepathihalli authored and yuvraj-wale committed Feb 8, 2024
1 parent 1df146c commit c10fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_cv/backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
_keras_dir = os.path.join(_keras_base_dir, ".keras")

# Attempt to read KerasCV config file.
_config_path = os.path.expanduser(os.path.join(_keras_dir, "keras-cv.json"))
_config_path = os.path.expanduser(os.path.join(_keras_dir, "keras_cv.json"))
if os.path.exists(_config_path):
try:
with open(_config_path) as f:
Expand Down

0 comments on commit c10fd37

Please sign in to comment.