TensorMSA / tensormsa

Deep learning GUI frame work for enterprise
107 stars 18 forks source link

job management #9

Open seungwookim opened 7 years ago

seungwookim commented 7 years ago

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 commented 7 years ago

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)