Class PamZipModelClassifier

All Implemented Interfaces:
PamSettings, SettingsNameProvider, DLClassiferModel

public class PamZipModelClassifier extends ArchiveModelClassifier
Loads a zip file and checks for a saved model alongside a pamguard settings file

The model quickly pre checks zip files to make sure there is a settings file inside. This means that non compatible zip files are greyed out in the file importer.

The model can accept PyTorch or Tensorflow models.

Author:
Jamie Macaulay