Fly-Pluche

Results 4 issues of Fly-Pluche

model_attack is Resnet18 and the type is DataParallel. when I try this. ``` target_layer = model_attack.module.layer4 e = shap.GradientExplainer((model_attack, target_layer), background, local_smoothing=0) ``` ``` Exception has occurred: AttributeError 'Sequential' object...

Stopped training after only running 6 times, although it displayed as RUING, there was no issue with memory usage. Ubuntu 22.04.3 LTS python 3.8.18 nni 3.0b2 ![image](https://github.com/microsoft/nni/assets/73021377/22598583-744b-4175-89dd-b04bcab3d570) ![image](https://github.com/microsoft/nni/assets/73021377/f87cf53b-e3c8-4185-aec8-39116635ceac) ![image](https://github.com/microsoft/nni/assets/73021377/a19aa29e-1748-45d4-a397-cfe645942fed) ![image](https://github.com/microsoft/nni/assets/73021377/50c84b37-695d-4602-8a04-2647006f9530)...

I added the flow block in the PointFlow to my model. Then, the bug happened. I tried `torch.cuda.empty_cache()` and `del recon_loss` , but not work. ![71aab4587a4534d74ded156788f4a94](https://github.com/stevenygd/PointFlow/assets/73021377/b14893a7-94e2-4d94-bcf2-10b827cef5dd)

Don't have dgn_agent.py and gcn_agent.py.