List of desktop Nvidia GPUS ordered by CUDA core count
I created it for those who use Neural Style
Guys, please add your hardware setups, neural-style configs and results in comments!
| GPU | CUDA cores | Memory | Processor frequency | Memory Bandwidth (GB/sec) |
|---|---|---|---|---|
| Geforce GTX TITAN Z | 5760 | 12 GB | 705 / 876 | 673 |
| // Shinobi (http://shinobi.video) - FFMPEG FLV over HTTP Test | |
| // How to Use | |
| // 1. Navigate to directory where this file is. | |
| // 2. Run `npm install express` | |
| // 3. Start with `node ffmpegToWeb.js` | |
| // 4. Get the IP address of the computer where you did step 1. Example : 127.0.0.1 | |
| // 5. Open `http://127.0.0.1:8001/` in your browser. | |
| var child = require('child_process'); | |
| var events = require('events'); |
| # maximum capability of system | |
| user@ubuntu:~$ cat /proc/sys/fs/file-max | |
| 708444 | |
| # available limit | |
| user@ubuntu:~$ ulimit -n | |
| 1024 | |
| # To increase the available limit to say 200000 | |
| user@ubuntu:~$ sudo vim /etc/sysctl.conf |
| function getGraphicsCardName() { | |
| var canvas = document.createElement("canvas"); | |
| var gl = canvas.getContext("experimental-webgl") || canvas.getContext("webgl"); | |
| if (!gl) { | |
| return "Unknow"; | |
| } | |
| var ext = gl.getExtension("WEBGL_debug_renderer_info"); | |
| if (!ext) { |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure | |
| # configures the configuration version (we support older styles for | |
| # backwards compatibility). Please don't change it unless you know what | |
| # you're doing. | |
| Vagrant.configure(2) do |config| | |
| # The most common configuration options are documented and commented below. | |
| # For a complete reference, please see the online documentation at |
Многие, кто писал приложение на yii 1.x, (на самом деле как я понимаю все нижеописанное актуально и для yii 2.x) и если проект достаточно сложный,n в какой то момент приходил к ситуации, что модели становились толстые, что, количество сценариев в модели растет, методы beforeSave, beforeValidate, afterValidate становятся неуправляемые и все это превращается в нетестируемый, неуправляемый код. И тут появляется то самое чувство, что ты делаешь что-то не так.
Google Chrome Developers says:
The new WOFF 2.0 Web Font compression format offers a 30% average gain over WOFF 1.0 (up to 50%+ in some cases). WOFF 2.0 is available since Chrome 36 and Opera 23.
Some examples of file size differences: WOFF vs. WOFF2