ART 1.15.0 #2209
beat-buesser
announced in
Announcements
ART 1.15.0
#2209
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release of ART 1.15.0 introduces
Added
TensorFlowV2Classifier
(Implement Default Training Loop forTensorFlowV2Classifier
#2124)BadDet
poisoning attacks (BadDet Poisoning Attacks Extension #2189)Changed
fit
andpredict
methods forPyTorchClassifier
,PyTorchRegressor
,PyTorchRandomizedSmoothing
,PyTorchObjectDetector
, andPyTorchYolo
and optimized thepredict
method ofTensorFlowV2Classifier
by using a TensorFlow dataset and applying @tf.function decorator (Optimize PyTorch Classifiers and Object Detectors #2180)PyTorchObjectDetector
to applychannels_first
argument and improved performance by applying batch processing provided by newer PyTorch versions. (Optimize PyTorch Classifiers and Object Detectors #2180)Removed
[None]
Fixed
SignOPTAttack
(Remove incorrectly duplicated queries in SignOPT attack #2129)ProjectedGradientDescentPyTorch
(Fix Tensor Device Inconsistencies in PGD #2135)PyTorchYolo
estimator and updated format of targets passed to the estimator inAdversarialPatchPyTorch
to reflect updates toPyTorchYolo
(Fix AdversarialPatchPyTorch compatibility with YOLO estimator #2169)analyze_by_distance
andanalyze_by_size
ofClusteringAnalyzer
(Fix ragged nested sequence warning #2195)This discussion was created from the release ART 1.15.0.
Beta Was this translation helpful? Give feedback.
All reactions