Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
use_sync_bn = False
37
38
def
enable_sync_bn():
39
global use_sync_bn
40
use_sync_bn = True
41
42
def
get_bn(channels):
43
if
use_sync_bn:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected