Not able to reproduce results in experiment manager app

15 views (last 30 days)
Hi,
I am using experiment manager app for training the deep learning models. I have trained around 50 experiments and now I can't see the results of them in the app. I only see RegressionExperiment tab only. Is there a way to solve this issue.
So far I know that once the results are generated, the app creates a resultInfo.mat file in the Results folder. I can't see the fields of this this file.
Please let me know what is the workaround for this.
Thank you in advance!

Answers (1)

Jack
Jack on 30 Mar 2023
If you cannot see the results of your experiments in the Experiment Manager app, there are a few things you can try to troubleshoot the issue:
  1. Check the experiment folders: Make sure that the experiment folders contain the necessary files, such as the trained models and resultInfo.mat files. If any of these files are missing or corrupted, it may prevent the Experiment Manager app from displaying the results.
  2. Refresh the app: Try refreshing the app by clicking the "Refresh" button in the top-right corner of the Experiment Manager window. This may force the app to re-scan the experiment folders and update the results.
  3. Check for updates: Make sure that you have the latest version of the Experiment Manager app installed. Updates may include bug fixes and improvements that could resolve the issue.
  4. Use the command line interface: If the Experiment Manager app still does not display the results, you can try using the command line interface to load the resultInfo.mat file and view the results. To do this, open the MATLAB command window and navigate to the experiment folder. Then, type "load resultInfo.mat" to load the file and access the results. You can also use other MATLAB commands, such as "plot" and "table", to analyze the results.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!