nni icon indicating copy to clipboard operation
nni copied to clipboard

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.

Results 292 nni issues
Sort by recently updated
recently updated
newest added

**Describe the issue**: I have searched previous issue. dispatcher.log reports that **one of the lower bounds is greater than an upper bound**, but my search sapce is: ``` search_space_xgboost =...

bug
external contributor

### Description ### update resume logic, change RUNNING/WAITING to WAITING (was FAILED). send resume parameters to the tuner side, to allow deduplication logic work. NOTE: currently only TPE tuner implemented...

v2.9

**Describe the issue**: I can use the NNI normally with Remote mode on the CPU, although it is very slow. When I try to use NNI to run the program...

customer raised
support
remote

**Describe the issue**: Hello, I have a model that needs to be quantized. This model consists of backbone, neck and head. I only want to quantify the neck part. There...

v2.9.1

**Describe the issue**: Hi, I am using nni for model quantization. When I do modelspeedup using ``` engine = ModelSpeedupTensorRT(model, input_shape, config=calibration_config, batchsize=batch_size) ``` It raised an error `TypeError: The...

v2.9.1

When I use the NNI L1 method to prune the facenet model and perform speedup, I encounter an error indicating that aten::norm is not supported. How to solve this problem?...

user raised
support
ModelSpeedup
v2.9.1

**Describe the issue**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtualenv/venv...

**Describe the issue**: When running quantization_speedup.py in the tutorial file (I did not change anything), I got an error as below. ``` [2022-07-20 01:41:46] Model state_dict saved to ./log/mnist_model.pth [2022-07-20...

model compression
support

**Describe the issue**: When I tried nni with frameworkcontroller on k8s, I used these yaml files - I tried nfs for nni config `config_framework.yml` ``` authorName: default experimentName: example_mnist_pytorch trialConcurrency:...

customer raised
support
Framework Support

### Description ### #### Test Options #### - [ ] fast test - [ ] full test - HPO - [ ] full test - NAS - [ ] full...

v3.0