ashpy.restorersΒΆ
Restorers allow for easy restoration of tracked objects from tf.train.Checkpoint.
Classes
Restorer |
Restorer provide a way to restore objects from tf.train.Checkpoint. |
AdversarialRestorer |
Convenience Restorer for ease of use with the AdversairalTrainer. |
AdversarialEncoderRestorer |
Convenience Restorer for ease of use with the EncoderTrainer. |
ClassifierRestorer |
Convenience Restorer for ease of use with the ClassifierTrainer. |
Modules
restorer |
Primitive Restorer, can be used standalone. |
classifier |
Convenience Restorer to be used with ashpy.trainers.classifier . |
gan |
Convenience Restorer to be used with ashpy.trainers.gan . |