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

Function create_model

models/__init__.py:54–67  ·  view source on GitHub ↗

Create a model given the option. This function warps the class CustomDatasetDataLoader. This is the main interface between this package and 'train.py'/'test.py' Example: >>> from models import create_model >>> model = create_model(opt)

(opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

train.pyFile · 0.90
test.pyFile · 0.90

Calls 1

find_model_using_nameFunction · 0.85

Tested by

no test coverage detected