MCPcopy Create free account
hub / github.com/VSAnimator/stgan / BaseModel

Class BaseModel

models/base_model.py:8–225  ·  view source on GitHub ↗

This class is an abstract base class (ABC) for models. To create a subclass, you need to implement the following five functions: -- <__init__>: initialize the class; first call BaseModel.__init__(self, opt). -- : unpack data fro

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected