Alexandru Niculae

Results 10 comments of Alexandru Niculae

One-hot encoding for type and model? I just learnt from YouTube Video that input values must be in [-1,1]. I am still wondering how to represent model and type, I...

Thank you for your advice, it was very useful indeed.

![image](https://user-images.githubusercontent.com/4078428/114894277-2ceb8100-9e17-11eb-9c18-60753e8372d9.png) See in the image above how one of the indent lines is more visible than the others. This is because that is the indent level my cursor was currently...

Thanks for your answer. This happens for both :Ag and :AgRaw actually. In the bellow image you can see my .gitignore in the root directory (where I started nvim). And...

You are right that could be some overhead code for most use cases. What do you say if I add another interface OnAmbilWarnaLiveListener that extends OnAmbilWarnaListener and this one has...

Hi, I like nord. Any plans to add suport for Typescript?

Might that have to do with permission request? I have `` in my manifest. But as of Android run time permission maybe I need to request it explicitly or something?

It is true. I requested permission before calling the library and it worked! Would be nice if the library included this check too!