TengdaHan / DPC

Video Representation Learning by Dense Predictive Coding. Tengda Han, Weidi Xie, Andrew Zisserman.
MIT License
251 stars 34 forks source link

Minor edits to enable compatibility with recent torch versions #26

Closed colleenjg closed 3 years ago

colleenjg commented 3 years ago

Fixes #25, enabling torch compatibility (checked up to 18.1).

dpc/main.py, lines 215 and 267:

utils/utils.py, line 53:

TengdaHan commented 3 years ago

Thanks!