We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 bugs were found, but more may become apparent when fixing these two:
python scripts/train.py --input_file "tutorial/SingleMuon.parquet" --output_dir "tutorial/tutorial_addMLAlgos" --algorithm "pca" --tag "default_pca" --histograms "L1T//Run summary/L1TStage2EMTF/emtfTrackPhi,L1T//Run summary/L1TStage2EMTF/emtfTrackEta" --debug
returns the following error: pcaError.pdf
which leads to these lines in the pca algorithm:
AutoDQM_ML/autodqm_ml/algorithms/pca.py
Lines 102 to 107 in dea6a7d
python scripts/train.py --input_file "tutorial/tutorial_addMLAlgos/SingleMuon.parquet" --output_dir "tutorial_addMLAlgos" --algorithm "autoencoder" --tag "default_ae" --histograms "L1T//Run summary/L1TStage2EMTF/emtfTrackPhi,L1T//Run summary/L1TStage2EMTF/emtfTrackEta" --debug
returns the following error: aeError.pdf
which leads to this line in the ae algorithm:
AutoDQM_ML/autodqm_ml/algorithms/autoencoder.py
Line 391 in dea6a7d
The text was updated successfully, but these errors were encountered:
I've reverted the PR that caused this issue #33
Sorry, something went wrong.
No branches or pull requests
2 bugs were found, but more may become apparent when fixing these two:
python scripts/train.py --input_file "tutorial/SingleMuon.parquet" --output_dir "tutorial/tutorial_addMLAlgos" --algorithm "pca" --tag "default_pca" --histograms "L1T//Run summary/L1TStage2EMTF/emtfTrackPhi,L1T//Run summary/L1TStage2EMTF/emtfTrackEta" --debug
returns the following error: pcaError.pdf
which leads to these lines in the pca algorithm:
AutoDQM_ML/autodqm_ml/algorithms/pca.py
Lines 102 to 107 in dea6a7d
python scripts/train.py --input_file "tutorial/tutorial_addMLAlgos/SingleMuon.parquet" --output_dir "tutorial_addMLAlgos" --algorithm "autoencoder" --tag "default_ae" --histograms "L1T//Run summary/L1TStage2EMTF/emtfTrackPhi,L1T//Run summary/L1TStage2EMTF/emtfTrackEta" --debug
returns the following error: aeError.pdf
which leads to this line in the ae algorithm:
AutoDQM_ML/autodqm_ml/algorithms/autoencoder.py
Line 391 in dea6a7d
The text was updated successfully, but these errors were encountered: