cancel
Showing results for 
Search instead for 
Did you mean: 
Somi
New Contributor III
since ‎06-24-2022
‎06-26-2023

User Stats

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hey Sara, this Somayeh from VINN Automotive.As I had already shared with you, I am trying to distribute hyperparameter tuning using hyperopt on a tensorflow.keras model. I am using sparkTrials in my fmin:spark_trials = SparkTrials(parallelism=4)...be...
I am trying to distribute hyperparameter tuning using hyperopt on a tensorflow.keras model. I am using sparkTrials in my fmin:spark_trials = SparkTrials(parallelism=4)...best_hyperparam = fmin(fn=CNN_HOF,                  space=space,                ...
I have saved a keras model in some directories in dbfs to load and retrain that with more data, etc. The problem is that when cluster stops and restarts, seems those directories and model are no longer available there and it starts training a new mod...
I am trying to fit a model with callbacks including Tensorboard, history and checkpoint.Then I am loading the model and when trying to fit it again on more epochs, I am receiving this error:UnimplementedError: /dbfs/<path_to_history dir>/history.csv;...
Kudos from