MCPcopy Create free account
hub / github.com/VisionRush/DeepFakeDefenders / enable_sync_bn

Function enable_sync_bn

model/replknet.py:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36use_sync_bn = False
37
38def enable_sync_bn():
39 global use_sync_bn
40 use_sync_bn = True
41
42def get_bn(channels):
43 if use_sync_bn:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected