Results 6 comments of Minghao Guo

I have just tried the repo [here](https://github.com/Lyken17/pytorch-OpCounter), and it works fine. Make sure you follow the instruction at [`README`](https://github.com/gmh14/RobNets/blob/master/README.md#use-robnet-architectures) and REMEMBER to copy the corresponding parameters to the function `models.robnet()`....

I am sorry I have no experience in running the search algorithm w/o adversarial training with the current pipeline, but I can provide the training cost w/ adversarial training for...

You are correct. The adversarial training itself costs times of additional memory consumption and the super-net structure even exacerbates the situation.

We just copy-paste from our previous codebase. I have not tried the torchvision dataset of SVHN, it should make no difference from my point. Please let me know if you...

I believe you have got the correct understanding of it.

Hey, My current suggestion is to remove these "/", "\", or "*" from the SMILES strings since we now cannot handle any stereo/geometry information of molecular graphs.