Ctlearn

Latest version: v0.9.0

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.2.0

Major Features
- User-defined TensorFlow classification models with custom configuration parameters can now be imported, in addition to the Single Telescope, CNN-RNN, and Variable Input Network models provided with CTLearn.
- Image mapping added for all CTA telescope types as well as VERITAS.
- Data loading, data processing, and image mapping have been refactored into separate classes with methods to load HDF5 files, preprocess generic IACT data, and map telescope data to square images. Each class is defined in a separate module.
- Configuration now uses YAML instead of INI format, allowing lists and dictionaries to be configured cleanly.

Minor Improvements
- Benchmark configuration files and results have been produced using Single Telescope and CNN-RNN models for all CTA telescope types.
- Package installation now uses a conda environment file to resolve dependencies, providing clean and light installation and removal.
- Training and prediction now handled as two modes within `run_model`.
- Updated `run_multiple_configurations.py` to allow configuration parameter combinations to be grouped together.
- Image mapping is now configurable with options for padding and hexagonal conversion algorithm.
- Prediction output is now NumPy-compatible and includes the run number, event number, and telescope ID (if applicable) of each example.

Bug Fixes and Other Changes
- Renamed project to CTLearn from CTALearn.
- Added BSD 3-Clause license.
- TensorFlow version updated to v1.9.0.
- Clarified telescope sorting options.
- Fixed errors in and otherwise updated supplementary scripts.
- Moved unsupported models to `models/deprecated` and will be removed in the next release.
- Removed `plot_gpu_util.py`.
- Added workaround to handle overflow error in tel_id parameter of ImageExtractor HDF5 file format.
- Removed dependency on TensorFlow-Slim.

0.1.2

This release updates the requirements to provide support for OSX.

0.1.1

This release includes three main improvements. First, the TensorFlow version has been updated to the most recent version v1.7. Second, the CNN-RNN model has been updated and improved and can be used for classification. Third, a script has been added for prediction so that trained models can now be applied to test data. In addition, several supplementary scripts are provided to plot ROC curves using the predicted classification values.

0.1.0

First pre-release version of ctalearn. This release is intended to provide a basis for code validation on different machines.

Notes
- As with all v0.x releases, this is a development release. Future versions may include substantial revisions and breaking changes.
- This release uses Tensorflow v1.4.1. The Tensorflow version will be upgraded in a future release.
- The correctness and performance of the available models have not yet been fully validated. Use at your own risk.
- If you would like to test the code on your machine, please contact the repository authors for a tarball containing a configuration file and Tensorflow checkpoints for a benchmark run.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.