cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Workspace FileNotFoundExecption

benitoski
New Contributor II

I have a model created with catboost and exported in onnx format in workspace and I want to download that model to my local machine.
I tried to use the Export that is in the three points to the right of the model, but the model weighs more than 10 Mb and so it does not download it.

I also extracted the path and url using the three dots and Copy URL/Path to use in an export command with dbutils.fs.cp

The path I get  for the model is like: /Workspace/Groups/MyGroup/MyFolder/MyModel.onnx

The URL I ger for the model is like https://MyCompany.cloud.databricks.com/?0=bunchofnumbers#files/bunchofnumbers

Using the path or the url I get the same FileNotFoundException error

Obviously the path is wrong but I can't find where the error is, can someone help me?
Thanks in advance

 

1 ACCEPTED SOLUTION

Accepted Solutions

feiyun0112
Honored Contributor
1 REPLY 1

feiyun0112
Honored Contributor