Shuyu Cheng

Results 3 issues of Shuyu Cheng

Two issues in `vae_ssl.py` and `vae_ssl_adaptive_is.py` are fixed now: 1. The variable names `x_labeled` and `x_unlabeled` were reused. 2. The `n` in modelling of unlabeled part in `vae_ssl.py` should be...

In `train.py`, Line 61 to 68: ```python train_transform = transforms.Compose([ # refer to https://pytorch.org/docs/stable/torchvision/transforms.html for more build-in online data augmentation transforms.Resize([int(128 * INPUT_SIZE[0] / 112), int(128 * INPUT_SIZE[0] / 112)]),...

For example, I found that `avc-test-model DIRECTORY --gpu X` does not release the memory of GPU X after testing; `./avc-test-model-against-attack [...] --model_gpu X --attack_gpu Y` does not release the memory...