hazdzz / STGCN

The PyTorch implementation of STGCN.
GNU Lesser General Public License v2.1
484 stars 106 forks source link

fix NameError in layers.py #3

Closed jeongwhanchoi closed 3 years ago

jeongwhanchoi commented 3 years ago

I found a typo in layers.py and then fix NameError :) NameError: name 'SpatialConvLayer' is not defined

image

hazdzz commented 3 years ago

Sorry, I forgot to change this line.