You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ In each example folder contains the following subfolders and files
10
10
- model.pt is the best model state dicts
11
11
- config.yml
12
12
- The configuration file to run this example
13
+
- best_config.yml
14
+
- Incase of optimization with ray, the model will try to find the best configuration in the config.yml file. The result (best configuration from optimization with ray was saved as best_config.yml)
15
+
13
16
- main.py
14
17
- The python script to run this example with the ./config file
0 commit comments