Closed amuamushu closed 2 years ago
Currently testing out clean model + adversarial inference in https://github.com/amuamushu/adv_avod_ssn/tree/messy-run
I realize we don't have to copy over the training checkpoints because the model protobuf has a field for pretrained_ckpt
. It was only being used for fine tuning with sin input so I had to modify the code to use it outside that case too.
One thing we want to do is train on clean data (already done for run_pyramid_simple) and run inference on adversarial data (need to do for this issue).
TODOS:
pyramid_run_simple