STGCN_IJCAI-18
STGCN_IJCAI-18 copied to clipboard
Update base_model.py
Ko -= 2 * (Kt - 1) instead of Ko -= 2 * (Ks - 1), each ST-GCN block should shorten the length of sequences by2 *(Kt-1)
Good modification.