Aman Salykov

Results 8 comments of Aman Salykov

Hi @SimonCK666 I have created today a [repository](https://github.com/salykovaa/awesome-implicit-nerf), containing latest NeRF-related works, tutorials, lectures, codebases etc (most of them from 2022 and 2021). The repo will be frequently updated and...

Dear @shewu-quic @cccclai, does [PR 3196](https://github.com/pytorch/executorch/pull/3196) resolve the issue [https://github.com/pytorch/executorch/issues/2590](https://github.com/pytorch/executorch/issues/2590)? If so, I will close the issue. Thank you in advance!

Hi @ailzhang I just wanted to ask if there is any update on this issue or an alternative solution to @chaoming0625's. Do you plan to implement support for jax arrays...

Hi @liruilong940607, The NGP uses relu activation only on hidden layers and on output of color network (=```mlp_head``` in your case), but there is no activation function for the density...

@iseeyuan in addition to Phi3, here is a list of some of the most popular tiny llms used within the open-source community: 1. OpenElm https://huggingface.co/apple/OpenELM 2. TinyLlama 1.1B https://github.com/jzhang38/TinyLlama 3....

@iseeyuan Device: Samsung S23, 8GB RAM, Android 14 Pytorch 0.2 stable branch Java 17 JDK Android SDK API Level 34 Android NDK 25.0.8775105 Steps to reproduce: 1) Follow the guide...

@iseeyuan @kirklandsign I've also tested both LLama2-7B and LLama3-8B models via adb binary-based approach and the inference works. Seems like the problem with the App or it requires much more...

Hi @kirklandsign thanks for your response! Is it not possible to give the app higher priority? Sorry, I'm not an Android Developer and have no experience with it. Also, I've...