Soumyadip Ghosh

Results 3 issues of Soumyadip Ghosh

This PR will add the NASNet search space which is the search space for regularized evolution as well as other NAS algorithms.

To reproduce this issue, run LTFB with replace_convolution as a mutation strategy for training ResNet-18 on CIFAR-10 with weight regularization.

Hello, I am wondering if the inference code can run at mixed precision? For example, if I modify `run_pretrained_openfold.py` line 254 from `out = run_model(model, processed_feature_dict, tag, args.output_dir)` to ```...