deprecated_methods¶
Contains deprecated methods.
- class graphnet.deployment.i3modules.deprecated_methods.GraphNeTI3Deployer(graphnet_modules, gcd_file, n_workers)[source]¶
- Bases: - I3Deployer- Class has been renamed to I3Deployer. - Please use I3Deployer instead. - Initialize GraphNeTI3Deployer. - Will apply DeploymentModules to files in the order in which they appear in modules. Each module is run independently. - Parameters:
- graphnet_modules ( - Union[- I3InferenceModule,- Sequence[- I3InferenceModule]]) – List of DeploymentModules. Order of appearence in the list determines order of deployment.
- gcd_file ( - str) – path to gcd file.
- n_workers ( - int, default:- 1) – Number of workers. The deployer will divide the number of input files across workers. Defaults to 1.