HN user

vpj

1,616 karma

blog.varunajayasiri.com

Posts255
Comments59
View on HN
diffusion.labml.ai 3y ago

Show HN: Generate Images with Stable Diffusion

vpj
5pts6
nn.labml.ai 3y ago

Annotated implementation of Zero-DP memory optimization for deep learning

vpj
1pts0
nn.labml.ai 4y ago

Show HN: Collection of deep learning implementations with side-by-side notes

vpj
3pts0
ai.papers.bar 4y ago

Show HN: Trending AI Research Papers

vpj
4pts0
papers.labml.ai 4y ago

Deep Learning Interviews: Hundreds of fully solved job interview questions

vpj
1pts0
neox.labml.ai 4y ago

Show HN: GPT-NeoX Playground

vpj
4pts0
nn.labml.ai 4y ago

Annotated Implementation of DeepNet: Scaling Transformers to 1k Layers

vpj
3pts0
papers.labml.ai 4y ago

Palm: Scaling Language Modeling with Pathways (540B parameter transformer)

vpj
2pts0
papers.labml.ai 4y ago

GopherCite: Teaching language models to support answers with verified quotes

vpj
1pts0
nn.labml.ai 4y ago

Retrieval-Enhanced Transformer – annotated PyTorch implementation

vpj
2pts0
papers.labml.ai 4y ago

GPT-NeoX-20B: An Open-Source Autoregressive Language Model

vpj
1pts0
bio.papers.bar 4y ago

Covid-19 invades cognitive centers of brain and induces Alzheimer's-like changes

vpj
3pts0
papers.labml.ai 4y ago

Training language models to follow instructions with human feedback

vpj
1pts2
math.papers.bar 4y ago

Lecture Notes on Quantum Algorithms for Scientific Computation

vpj
1pts0
chrome.google.com 4y ago

Show HN: Chrome extension to get research paper details

vpj
2pts0
github.com 4y ago

Show HN: Probe PyTorch Models

vpj
2pts0
math.papers.bar 4y ago

Show HN: Popular Math Papers

vpj
2pts0
papers.labml.ai 4y ago

Improving language models by retrieving from trillions of tokens

vpj
1pts0
med.papers.bar 4y ago

mRNA-based Covid-19 vaccine boosters induce immunity against Omicron

vpj
42pts98
papers.labml.ai 4y ago

A Survey of Visual Transformers

vpj
2pts0
papers.labml.ai 4y ago

Show HN: ICLR 2022 submissions ordered by review scores

vpj
3pts0
papers.labml.ai 4y ago

Recent Advances in Natural Language Processing via Large Models: A Survey

vpj
3pts0
papers.labml.ai 4y ago

From Machine Learning to Robotics: Challenges and Opportunities [Paper]

vpj
1pts0
papers.labml.ai 4y ago

You Are the Best Reviewer of Your Own Papers [Paper]

vpj
2pts0
www.youtube.com 4y ago

Elon and Sandy: Design Philosophy Parallels – Part 2 [video]

vpj
2pts0
www.youtube.com 4y ago

Elon and Sandy: Design Philosophy Parallels [video]

vpj
5pts0
papers.labml.ai 4y ago

User-friendly introduction to PAC-Bayes bounds

vpj
3pts0
old.reddit.com 4y ago

Keras tickets closed due to inactivity but no fix

vpj
2pts0
pytorch.org 4y ago

PyTorch 1.10

vpj
191pts73
www.youtube.com 4y ago

Nhtsa Controversy with Tesla – Sandy Munro [video]

vpj
2pts0
PyTorch 1.10 5 years ago

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?

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.

I think it's a derivative of CFR, with a lot of optimizations and abstractions. They reduce the search space by grouping different card combinations together e.g. KK and QQ are treated same. They also limit the action space and only allow half-pot or full pot bets.

This is what I remember. I went through what they published briefly sometime back. So I could be wrong here.

Hi, I am one of the developers. This makes total sense, we were thinking of doing alerts. Do you have any specific alerts in mind? Do you think they should be customizable or general anomalies be enough?

I don't think you are missing a better workflow. Our current use case is monitoring the hardware while monitoring model training. In this case researchers tend to take a look at how their models are doing from time to time and they could check on hardware at the same time. This wouldn't be the case for general servers.

I haven't had time to really use it. Finished off coding a couple of days ago. I only used it with a bunch of old pytorch projects for testing on Lambda Labs cloud. I plan to use it for training some NLP models, that are too slow for my home GPU setup.

For now, starting servers, copying their ips/hostnames to the configuration files and stopping servers when training finishes seem is tedious. I think I will integrate it to the AWS (and other cloud) api so that you can automate starting and terminating servers.

[dead] 6 years ago

We don’t have an android phone and will test when we get hold of one.

Will add installation instructions.