Benny Nottonson

Results 16 comments of Benny Nottonson

This is an issue that has proven VERY divisive 👍 But I am on board with whatever the community decides. Personally, I prefer the following syntax. ```mojo fn create_tuple[Type: DType,...

> > This is an issue that has proven VERY divisive. > > > > So far, everyone who I've seen comment on this topic seems to agree that the...

if this is specific to borrowed, inout, and owned, i think something more specific to ownership would help, maybe argument ownership markers? Realistically if this was added in docs, id...

The way to get around this is using `a[1]._buffer[0].value`, but the compiler said to report it, may not be an actual issue

> > ```mojo > > contrained[value == 1 or value == 2]() > > ``` > > I assume you mean `constrained`? my mistake, fixed

Its a result of ``` let input = Tensor(shape(32, 1)).randu(0, 1).dynamic() let true_vals = sin(15.0 * input) ``` Being inside the for loop of the test_linear file.

https://github.com/SynodicMonth/ChebyKAN/blob/main/ChebyKANLayer_unoptimized.py

https://github.com/Blealtan/efficient-kan

https://github.com/mintisan/awesome-kan