microsoft/nni

nnictl experiment delete -all fail for stopped expriment

Aberta

#4.543 aberto em 11 de fev. de 2022

 (2 comentários) (1 reação) (1 responsável)Python (1.830 forks)batch import
good first issue

Métricas do repositório

Stars
 (13.504 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe the issue: nnictl experiment delete -all fail for stop expriment. comment out https://github.com/microsoft/nni/blob/master/nni/tools/nnictl/nnictl_utils.py#L509 may solve this problem.

Environment: linux

  • NNI version: 2.6
  • Training service (local|remote|pai|aml|etc): local
  • Client OS: centos
  • Server OS (for remote mode only):
  • Python version: 3.7
  • PyTorch/TensorFlow version: NA
  • Is conda/virtualenv/venv used?: yes
  • Is running in Docker?: no

Configuration:

  • Experiment config (remember to remove secrets!):
  • Search space:

Log message: bash output: INFO: This action will delete experiment 74ujrqym, and it's not recoverable.
INFO: do you want to continue?[y/N]:y ERROR: There is no experiment running. ERROR: Please set correct experiment id.

How to reproduce it?:

Guia do colaborador