Lukas Wegmeth
Lukas Wegmeth
I have read about these topics in older issues but I wanted to revive them here. I am currently trying to (automatically) tune some of the Tensorflow networks and it...
**Describe the bug** Training MovieLens-100K on algorithms DiffRec and LDiffRec crashes with exception "RuntimeError: shape mismatch: value tensor of shape [4040, 4040] cannot be broadcast to indexing result of shape...
**Is your feature request related to a problem? Please describe.** Some models, e.g., ItemKNN and ADMMSLIM, require no "training" after initialization. That is, their ```forward``` functions are empty, and ```calculate_loss```...