# model = torch.load(r'../../../Model/Pre_train/model_best.pth',map_location=device).to(device) model = torch.load(r'../../../Model/Fine_tuning/model_best.pth',map ...
This repository supplements the paper "Circulant ADMM-Net for Fast High-resolution DoA Estimation". CADMM-Net is a structured deep-unrolled network based on the alternating direction method of ...