Results 1 comments of Sean Saito

Dictionary operations should be fixed as well: https://github.com/takerum/vat_tf/blob/c5125d267531ce0f10b2238cf95604d287de63c8/train_semisup.py#L180 `iteritems()` should be changed to `items()`. Also `values()` in the lines below should be wrapped in `list()` as well.