Skip to content
New issue

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

Currently working setup. #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

imgmaterial
Copy link

This is the currently working code. It includes the requirements file from which one can install all of the dependencies. There are all of the scripts for training and data processing. The process of training a model from root files is as follows.
Create a csv file with names of all of the root files. ExtractDataScript is an example of how the DataExtractor class can be used running the DataExtractor.Interloper() function on the previously created csv will output a set of intermediary csv files with Ecal Energy and TS information. There are pre-processing functions in the CNN_and_Combined_PreProcessing and RNN_Pre_Processing folders. An example of how to run pre-processing is given in CNNEcalPreTrigPar.py running the pre-processing will create a set of individual event files in the output folder. Lastly in an appropriate ANN script the path to data needs to be changed. Afterwards running the training script should create the trained model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant