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
If you open your MongoDB (e.g. with the software `robo3t`), you should now find a collection `seml_example` with the staged experiments.
211
211
Note that the collection name is specified _before_ the operation (`add`).
212
212
213
-
To see what the option `--force-duplicates` does, run the above command again. The output should now read something like:
213
+
To see what the option `--force` does, run the above command again. The output should now read something like:
214
214
215
215
```
216
216
72 of 72 experiments were already found in the database. They were not added again.
217
217
```
218
218
219
219
That is, the script checks whether experiments with the same configuration are already in the database collection.
220
-
In this case, they are not added to the database to avoid redundant computations. In order to force add duplicates to the database, use the `--force-duplicates` argument.
220
+
In this case, they are not added to the database to avoid redundant computations. In order to force add duplicates to the database, use the `--force` argument.
221
221
222
222
All experiments are now already in the database collection you specified and in the STAGED state.
0 commit comments