Nanubala Gnana Sai
Nanubala Gnana Sai
Sounds fun! (and stale), Imma do it!
> you mean like this? > > ```c++ > template > std::shared_ptr make_shallow_copy(std::shared_ptr obj){ > return obj->clone(ParameterProperties::ALL > ^ ParameterProperties::MODEL ^ ParameterProperties::READONLY); > } > ``` Help me out a...
I think I can give this a shot ;D
The algorithm is currently in pre-alpha stage. The code has been ported from ```q_learning.hpp``` as much of it will be shared in this code as well. I still have to...
Won't be able to continue this for a while. If anybody likes to take this over or needs help reviewing happy to help. Please keep open!
@jGaboardi Are we sure that the algorithms's functional logic is correct and only the API is outdated? Are there any document/benchmark for when these algorithms were running (before the API...
@austinvhuang @jan-wassenberg I'd like to take a stab at this, if you nobody has objections? My background: I've been trying to break into this field, and I've had the pleasure...
Perfect, sorry for the delay, I can spin something up over the weekend. Please allow some time to read the codebase and get back with a proposal
Had a first pass through the paper, the paper has proven its ability only on RoPE position encodings, and the theory is supported only for relative position encodings. i.e. there's...
Is it because of the `ConstraintCollector.to_list` which is making it "slow", I don't think that's the issue.... but neverthless it shouldn't be stuck? Or is it perhaps the moves?