Skip to content

Instantly share code, notes, and snippets.

View jqueguiner's full-sized avatar
:bowtie:
Focusing

Jean-Louis Queguiner jqueguiner

:bowtie:
Focusing
View GitHub Profile
import sys
import os
sys.path.append(os.path.dirname(__file__))
@jqueguiner
jqueguiner / JohannyHallydayTabs
Created December 30, 2019 23:24
JohannyHallydayTabs
<|startoftext|>
[Intro]
[ch]C[/ch] [ch]G[/ch] [ch]Am[/ch] [ch]F[/ch]
[Verse 1]
[tab] [ch]C[/ch] [ch]G[/ch]
On est pas là pour payer les dettes[/tab]
[tab] [ch]Am[/ch] [ch]F[/ch]
On a tous connu nos martyres[/tab]
[tab] [ch]F[/ch] [ch]C[/ch]
@jqueguiner
jqueguiner / PCIe
Last active February 5, 2019 09:48
+---------------------+-----------+-----------------+-----------------------------------------+
| PCI Express Version | Encoding | Bandwith (GT/s) | Effective data bandwith per lane (MB/s) |
+---------------------+-----------+-----------------+-----------------------------------------+
| 1.0 | 8b/10b | 2.5GT/s | 250 MB/s |
| 2.0 | 8b/10b | 5GT/s | 500 MB/s |
| 3.0 | 128b/130b | 8GT/s | 984.6 MB/s |
| 4.0 | 128b/130b | 16GT/s | 1969.2 MB/s |
+---------------------+-----------+-----------------+-----------------------------------------+
@jqueguiner
jqueguiner / .theanorc
Created August 1, 2017 08:17
Theano Config File
[global]
floatX = float32
device = gpu0
[nvcc]
fastmath = True
## Refer to http://caffe.berkeleyvision.org/installation.html
# Contributions simplifying and improving our build system are welcome!
# cuDNN acceleration switch (uncomment to build with cuDNN).
USE_CUDNN := 1
# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1
# uncomment to disable IO dependencies and corresponding data layers