chenyuqi990215 / RNTrajRec

Road Network Enhanced Trajectory Recovery with Spatial-Temporal Transformer (ICDE'23)
MIT License
32 stars 9 forks source link

what it is the para in fig.6 #8

Closed zhaoyaya1234 closed 1 year ago

zhaoyaya1234 commented 1 year ago

Hello, the paper inside fig.6 model para are about 30, I run num_params = sum(p.numel() for p in model.parameters() if p.requires_grad) print(num_params), the result is 33975024, what are the para in the paper?