You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Server.py, line 108, set trainer.enabled = False, may be useless?Here the 'trainer' is class 'ThreadTrainer'.
Not call anywhere?
And 'enabled' property only see in class ThreadDynamicAdjustment, not found class 'ThreadTrainer'
The text was updated successfully, but these errors were encountered:
In Server.py, line 108, set
trainer.enabled = False
, may be useless?Here the 'trainer' is class 'ThreadTrainer'.Not call anywhere?
And 'enabled' property only see in class
ThreadDynamicAdjustment
, not found class 'ThreadTrainer'The text was updated successfully, but these errors were encountered: