What is the equivalent command for constructing the filepath in Databricks on AWS? filepath = f"{working_dir}/keras_checkpoint_weights.ckpt"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2021 03:51 PM
dbutils.fs.mkdirs("/foobar/")See https://docs.databricks.com/data/databricks-file-system.html
Labels:
- Labels:
-
Data Ingestion & connectivity