mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Unify base class using new-style (object).
This commit is contained in:
@@ -29,7 +29,7 @@ except ImportError:
|
||||
failed_imports.append("Neon")
|
||||
|
||||
|
||||
class NetworkWrapper:
|
||||
class NetworkWrapper(object):
|
||||
def __init__(self, tuning_parameters, has_target, has_global, name, replicated_device=None, worker_device=None):
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user