MogicianXD / SeqFM

A pytorch implementation of SeqFM(Sequence-Aware Factorization Machines for Temporal Predictive Analytics.) [ICDE20]
10 stars 6 forks source link

Argument 'concat' not handled #3

Open erlebach opened 2 years ago

erlebach commented 2 years ago

I just found this library and I have high hopes it will solve my particular problem. When I tried to execute

./run.sh

I get the error

'Namespace' object has no attribute 'concat'

Looking inside main.py, there is no definition concat. I find this hard to believe, because you must have tested the code before putting it on github. Could you please explain how to handle this? What does concat do? Thanks for any insight.

MogicianXD commented 2 years ago

Sorry for this fault. I take Github as my cloud drive and pushed a debug version. I've deleted line 63-64 which is unnecessary. The official implmentation could be found in http://bit.ly/SeqFM