This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
sys.path.append(os.path.dirname(__file__)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<|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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------------------+-----------+-----------------+-----------------------------------------+ | |
| 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 | | |
+---------------------+-----------+-----------------+-----------------------------------------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
floatX = float32 | |
device = gpu0 | |
[nvcc] | |
fastmath = True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |