Tensorflow on CentOS7 w/ Nvidia GPUs
First boot up a GPU instance. (ami-31490d51) CentOS 7, amazon style (whatever that means). sudo yum -y update sudo yum install -y kernel-devel kernel-headers gcc make »
First boot up a GPU instance. (ami-31490d51) CentOS 7, amazon style (whatever that means). sudo yum -y update sudo yum install -y kernel-devel kernel-headers gcc make »
Disclaimer: I love Python. I've been using it on-and-off since 2001, and it's my goto language for prototyping. However, over the years, i've gotten tired of »
Spoiler Alert: There isn't one auth = authorization/authentication authentication = you are who you say you are authorization = you have permission to do something Let's try to »
What do we need exactly? You really only need a few write operations: pub - publish message(s) to a channel sub - subscribe to new »
Val's Network Theorem #99: Every network backbone ends up being a pub-sub network eventually. Val's Corollary to Theorem #99: If you don't implement it, people will »