Skip to content
Snippets Groups Projects
Commit b6d2cd57 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Added latent regularization control to deepof.data.coordinates.deep_unsupervised_embedding()

parent b9695f10
No related branches found
No related tags found
No related merge requests found
Pipeline #93321 canceled
...@@ -432,7 +432,9 @@ def autoencoder_fitting( ...@@ -432,7 +432,9 @@ def autoencoder_fitting(
if save_weights: if save_weights:
ae.save_weights( ae.save_weights(
os.path.join( os.path.join(
"{}".format(output_path), "{}_final_weights.h5".format(run_ID) "{}".format(output_path),
"trained_weights",
"{}_final_weights.h5".format(run_ID),
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment