Hacker News new | past | comments | ask | show | jobs | submit | vpj's comments login

Pretty cool. The tokens are highlighted based on the activation?


Yes, you're correct. The tokens are highlighted based on the neuron activation value, which is scaled to a range of 0 to 10.


Sorry didn’t see it.


We did a bunch of popular research paper implementations in PyTorch with notes (annotations); might be helpful.

https://nn.labml.ai


@vpj The only drawback I see is that much of the implementation is abstracted by your helper libraries. Not everyone wants to add an extra dependency layer. Otherwise the walkthroughs are super helpful.


Agreed. But it makes implementing and testing a lot easier for us. We try to minimize the dependencies as much as possible.

Do you think it also comes in the way of understanding the paper and learning how to implement it?


Since the backbone of the implementation is packed away in the library import, I felt it didn't quite show the code & variable interaction well enough.

Don't get me wrong. It is useful & concise like you mentioned. But your target audience is beginners & adopters, and it makes it no different from another framework such as Fastai (I have major gripes with them. It has a much bottled-in experience)

To be true to walkthroughs, please consider designing helper functions rather than using your framework. Admittedly it may not be as beautiful, but eventually your users will be more appreciative of the extra mile you go into making things transparent & similar to PyTorch docs.


For people planning to learn PyTorch or even NN as a whole, it would also help to order or group the implementations in terms of complexity.


Your notebooks are very useful, thank you! May I suggest making their background white, or the color text less saturated? The keywords, function names etc. are very difficult to read, I have to paste the code in another editor.


Have you looked at TorchServe

https://pytorch.org/serve/



Thanks. Just checked my self and it's kind of bad. Will work on it.




Bought one about a week ago, because of similar research studies. I don't notice anything different. I use it in the bedroom when sleeping.

May be my air quality was already pretty good. I will check the status of the filter after a few weeks to see how much purifying it had to do.


Do you feel any slight difference on your breath, health, body at all? Something worth noticing?


You probably won't notice a difference unless you have allergies, or there's some other issue causing abnormally high amounts of VOCs to be in the air (such as mold or dust)


Nothing


Depends on what sort of RL you are doing. If you are trying to train agents to play small games with vision the agent will need a small cnn to process images. This will need a gpu and what you have should be enough.

I was training on atari for a while with 1080ti. The games run on the cpu so you need a decent cpu as well.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: