DingshuoCHEN

Results 2 comments of DingshuoCHEN

Moreover, I used the same command `nnictl create --config scripts/exp.yml` three days ago and it worked and run well. But today when I tried to run it on another port...

Thanks for your reply. I think there are some misunderstanding about function `np.argsort()` I have tried the following codes `scores = np.array(range(10))` `result = np.argsort(scores)[::-1]` `result2 = np.argsort(scores)` and print...