mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 11:48:56 +08:00
@@ -18,7 +18,7 @@ from ray.tune.utils import flatten_dict
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
tf = None
|
||||
VALID_SUMMARY_TYPES = [int, float, np.float32, np.float64, np.int32]
|
||||
VALID_SUMMARY_TYPES = [int, float, np.float32, np.float64, np.int32, np.int64]
|
||||
|
||||
|
||||
class Logger:
|
||||
|
||||
Reference in New Issue
Block a user