Viewing profile — AdamDKing
AdamDKing
HN member- Joined
- Thu, Apr 11, 2019, 5:43 AM UTC
- HN karma
- 135
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About AdamDKing
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #23752002
The script for this scam hasn't changed in years! Here's Kitboga with the same scam over 2 years ago: https://twitter.com/kitboga/status/1009830578407997440 (it's almost always 22 …
-
comment
Comment #21419427
Possibly due to the current Google Cloud outage. https://status.cloud.google.com/incident/compute/19008
-
comment
Comment #20778842
On the : GPT-2 and this model were trained by sampling fixed-length segments of text from a set of web pages. So if the sample happens to start near the end of one page then it wil…
-
comment
Comment #20752765
>How exactly the large GPT-2 models are deployed is a mystery I really wish was open-sourced more. TalkToTransformer.com uses preemptible P4 GPUs on Google Kubernetes Engine. Chang…
-
comment
Comment #19843287
Thanks for the upvotes! The site is running quite a bit slower than planned, but I think I know why. I should be able to get it going at full speed around tomorrow.
-
comment
Comment #19841629
The site was using one K80 GPU but it's slowing down significantly so I'm adding a second GPU. The servers run on Google Kubernetes Engine.
- story
-
comment
Comment #19733685
You seem to be saying this work is based on convolutional neural networks. That's incorrect. It uses the same attention mechanisms from natural language processing which involve no…
-
comment
Comment #19732993
It seems that using "fixed attention" for text would encourage the network to periodically summarize the context so far and put it in that fixed column for the rows below to access…
-
comment
Comment #19642952
That line refers to training the model from scratch. You can still run the trained model very quickly with one "cheap" GPU. That said, I'm not sure why one wouldn't get a similar r…
-
comment
Comment #19642840
For all the 3D diagrams that I made (including the animated one at the end) I wrote code that used https://threejs.org/ and my custom library. It worked, but with a lot of hassle. …
-
comment
Comment #19640693
NVIDIA just released the code: https://github.com/nvlabs/spade/
- story