typhoonlee

Results 6 issues of typhoonlee

这个是Real SR的测试软件吗?还是什么?

Basically, each branch of the model is 1\*1conv followed by 3\*3conv, and then combined in series;If it is replaced by a 3\*3conv and then a 3\*3conv, can it be combined...

What is the difference between encoded_boxes and valid_boxes obtained in a batch?

Thank you very much for your work, it is very useful for my study! Do I only need to run python3 mytrain.py configs/car_auto_T3_train_train_config configs/car_auto_T3_train_config --dataset_root_dir data for training?

**Describe the bug**: when i use QAT_Quantizer() to qat my model,i got a wrap_model.pt,then i test with this model,encounter this bug: ![image](https://github.com/microsoft/nni/assets/43179227/5db45961-4e4e-45f4-8dcf-3102f0ec0c70) **Environment**: linux - NNI version: __version__ = '999.dev0'...

Thank you very much for your work, it is very helpful to my study! Where is the code to convert parallel convolution into a 3*3, especially the conversion of identity...