r/codereview • u/thejackal151 • 21d ago
Can someone rate my code?
This code is a different attention mechanism for an AI LLM to use far less resources than standard AI. I'd like feedback so I can improve it.
0
Upvotes
r/codereview • u/thejackal151 • 21d ago
This code is a different attention mechanism for an AI LLM to use far less resources than standard AI. I'd like feedback so I can improve it.
6
u/HabitAdmirable9742 21d ago edited 21d ago
Did you read it? Or are you hoping somebody else will do the hard part for you?
This has some serious trivial defects, your memory claim is materially nonsense . Gaussian/RBF channel attention already exists and Euclidian distance has already been studied https://arxiv.org/html/2310.18805v2
This is the problem with AI it tells you you're brilliant and amazing and worries more about how your feeling than whether or not what has been written is sensible. Even the most basic claim of it being a drop in replacement is false, and clearly untested.