Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OUCMachineLearning/OUCML
/ logging
Function
logging
AutoML/darts-master/rnn/test.py:67–68 ·
view source on GitHub ↗
(s, print_=True, log_=True)
Source
from the content-addressed store, hash-verified
65
args = parser.parse_args()
66
67
def
logging(s, print_=True, log_=True):
68
print(s)
69
70
# Set the random seed manually for reproducibility.
71
np.random.seed(args.seed)
Callers
1
test.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected