Closed JerryLife closed 5 years ago
https://github.com/vonfeng/DeepMove/blob/0acff5d88d70d31a4fcf580648e0056e103dc6cf/codes/train.py#L143-L154 What does i in _datatrain[u][i] = trace refer to? Might be some missing indentations?
i is just for compatibility. Actually, it can be any number. Maybe I should replace it by 0 to avoid misunderstanding.
i
0
https://github.com/vonfeng/DeepMove/blob/0acff5d88d70d31a4fcf580648e0056e103dc6cf/codes/train.py#L143-L154 What does i in _datatrain[u][i] = trace refer to? Might be some missing indentations?