MCPcopy Create free account
hub / github.com/SystemErrorWang/White-box-Cartoonization / __init__

Method __init__

train_code/loss.py:18–21  ·  view source on GitHub ↗
(self, vgg19_npy_path=None)

Source from the content-addressed store, hash-verified

16class Vgg19:
17
18 def __init__(self, vgg19_npy_path=None):
19
20 self.data_dict = np.load(vgg19_npy_path, encoding='latin1', allow_pickle=True).item()
21 print('Finished loading vgg19.npy')
22
23
24 def build_conv4_4(self, rgb, include_fc=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected