tensormsa icon indicating copy to clipboard operation
tensormsa copied to clipboard

job management

Open seungwookim opened this issue 7 years ago • 1 comments

for now we can request train with same network id and version multiple times at a same time, but this duplicated request need to be blocked for the performance and integrity issue

seungwookim avatar Apr 18 '17 06:04 seungwookim

class to fix : api.views.RunManagerTrainRequest class to add : cluster.common.job_manager.JobManager how : add job management class on post and put action (check if same nn_id, ver request is already on working)

seungwookim avatar Apr 18 '17 06:04 seungwookim