Alec Graves
Alec Graves
no. I don't think any other freely available version exists right now. You could make one though. I would be a good weekend project.
I think the linker script is included in the runtime module to make it easier to [port the runtime to custom systems](https://git.sr.ht/~sircmpwn/helios/tree/master/item/rt/hare+aarch64.sc) and [build OS's with hare](https://sr.ht/~sircmpwn/helios/) since that was...
Hare's compiler backend (QBE) currently does not support ASLR, so there is no loss from that. Hare also has stronger runtime checks than C by default, so things like buffer...
Shortcut layers were never implemented. I think this only worked for yolo v2, so you could try downloading an older model. Regardless, this project is mostly abandoned. Try using darknet...
Hi fuzebox1, thank you for the material suggestion. I think TPU materials would be an interesting addition to the library. I may be able to spend some time on this...
Thank you for linking this! I believe I did use the paper mentioned as a source, but I adjusted some of the values based on other work as well. The...
Not exactly sure what it is, but you should try an earlier version of tensorflow. It sounds like the upsample operation is expecting different arguments. I am not sure exactly...
GANs often have stability issues, and this little demo setup is no exception! I had to play with quite a few parameters to get even the results that I did....
I would also like to build ROS2 without Python. Ideally, I would like to build core components (like RCL and RCLC and a DDS backend) without CMake or a C++...
My pal GPT says the following works too if your intrinsics library does not contain `_mm256_set_m128i`; just add an alternative implementation to the top of the `k_quants.c` file and rename...