SGNAS icon indicating copy to clipboard operation
SGNAS copied to clipboard

[CVPR 2021] 'Searching by Generating: Flexible and Efficient One-Shot NAS with Architecture Generator'

Results 4 SGNAS issues
Sort by recently updated
recently updated
newest added

Error: Traceback (most recent call last): File "/home/lcf/project/SGNAS/train_cifar.py", line 97, in arch_param = generator(prior, normalize_hardware_constraint, noise) File "/home/lcf/anaconda3/envs/DALLE/lib/python3.6/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) TypeError: forward() takes 3...

![image](https://user-images.githubusercontent.com/34092514/169263909-171a0be0-68a7-478d-87a4-d5167a23595e.png) I want to know what VAL_PATH is referring to ...

In the original implementation, an error will occur "RuntimeError: A view was created in no_grad mode and is being modified inplace with grad mode enabled" using PyTorch 1.8.