(self)
| 187 | ['inputA', 'inputB'], ['A_recon/viz', 'B_recon/viz']) |
| 188 | |
| 189 | def _before_train(self): |
| 190 | global args |
| 191 | self.val_ds = get_data(args.data, isTrain=False) |
| 192 | self.val_ds.reset_state() |
| 193 | |
| 194 | def _trigger(self): |
| 195 | idx = 0 |
nothing calls this directly
no test coverage detected