File size: 181 Bytes
283a882 | 1 2 3 4 5 6 7 8 9 | """
ASCAD Training Pipeline
=======================
A modular framework for training deep learning models for side-channel
analysis on the ASCAD dataset.
"""
__version__ = "2.0.0"
|
283a882 | 1 2 3 4 5 6 7 8 9 | """
ASCAD Training Pipeline
=======================
A modular framework for training deep learning models for side-channel
analysis on the ASCAD dataset.
"""
__version__ = "2.0.0"
|