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
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: