An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
When I use "torch.view_as_complex", the error information is:
[2024-03-08 21:48:32] ERROR (nni.compression.pytorch.speedup.jit_translate/MainThread) aten::view_as_complex is not Supported! Please report an issue at https://github.com/microsoft/nni. Thanks~
The "torch.fft.rfft2" and "torch.fft.irfft2" maybe need to be fixed too.
Thank you for considering to fix them.
Environment:
NNI version:2.6
Training service (local|remote|pai|aml|etc):local
Python version:3.9.7
PyTorch version:2.0.1
Cpu or cuda version:cuda_11.7.r11.7/compiler.31294372_0
Describe the bug:
When I use "torch.view_as_complex", the error information is: [2024-03-08 21:48:32] ERROR (nni.compression.pytorch.speedup.jit_translate/MainThread) aten::view_as_complex is not Supported! Please report an issue at https://github.com/microsoft/nni. Thanks~
The "torch.fft.rfft2" and "torch.fft.irfft2" maybe need to be fixed too. Thank you for considering to fix them.
Environment:
Reproduce the problem