Closed aks2203 closed 3 years ago
The python function eval() is used in common.py, training_utils.py, and testing_utils.py. This should be changed.
eval()
common.py
training_utils.py
testing_utils.py
Fixed with a merge from Jonas's fork.
The python function
eval()
is used incommon.py
,training_utils.py
, andtesting_utils.py
. This should be changed.