... | ... | @@ -41,7 +41,6 @@ The script evaluates the trained model on the validation dataset, calculates the |
|
|
Users should execute the script from the User-Interface by clicking on the Model tab, choosing a folder from the DAQ data section and clicking 'Train Model'. Otherwise, one should run the following command providing requisite CLI options;
|
|
|
|
|
|
```bash
|
|
|
$
|
|
|
python3 NN_train_dxmaf.py --SASE $SASE --run_name $date --properties "models/$SASE/" --source "daq/runs/$SASE/" --label "$SASE-$date"
|
|
|
|
|
|
```
|
... | ... | |