RUCAIBox / RecBole-CDR

This is a library built upon RecBole for cross-domain recommendation algorithms
MIT License
82 stars 12 forks source link

How to add new function to any particular model #48

Open kavita-rk opened 1 year ago

kavita-rk commented 1 year ago

I want to add some feature to SSCDR model. But I'm not able to call the function. I just need to call the function once and do further mapping. I tried every possible way but it gives "index out of bound error" since it falls under iteration.

Please help me out resolving this issue.

Wicknight commented 1 year ago

Hello @kavita-rk Could you please give me more detailed information? It seems that I can't tell from your description why the error occurred.