Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ warning
Function
warning
training/util.py:38–40 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
36
37
# Prints a warning message
38
def
warning(*args):
39
if
WORKER_RANK == 0:
40
print(
'Warning:'
, *args)
41
42
# Returns the extension of a path without the dot
43
def
get_path_ext(path):
Callers
1
parse_args
Function · 0.85
Calls
1
print
Function · 0.85
Tested by
no test coverage detected