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
{ | |
"machine_info": { | |
"node": "hsw215.internalnet", | |
"processor": "x86_64", | |
"machine": "x86_64", | |
"python_compiler": "GCC 7.2.0", | |
"python_implementation": "CPython", | |
"python_implementation_version": "3.6.6", | |
"python_version": "3.6.6", | |
"python_build": [ |
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
{ | |
"machine_info": { | |
"node": "hsw229.internalnet", | |
"processor": "x86_64", | |
"machine": "x86_64", | |
"python_compiler": "GCC 7.2.0", | |
"python_implementation": "CPython", | |
"python_implementation_version": "3.6.6", | |
"python_version": "3.6.6", | |
"python_build": [ |
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
FROM alpine:3.7 | |
RUN apk add --no-cache \ | |
bash \ | |
curl | |
RUN mkdir -p /buildkite/bin | |
RUN curl -L https://github.com/buildkite/agent/releases/download/v3.2.0/buildkite-agent-linux-amd64-3.2.0.tar.gz | \ | |
tar -xz -C /usr/local/bin ./buildkite-agent && \ |
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 threading | |
import pytest | |
@pytest.fixture | |
def pytorch_backward_coverage(cov): | |
"""Torch hook to enable coverage in backward pass. | |
The `cov` fixture is provided by pytest-cov. | |
Returns a hook function used to enable coverage tracing during |
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
" exrc for wasavi | |
set visualbell | |
set nolaunchbell | |
set jkdenotative | |
" CTRL-C and <leader>y to copy to system clipboard | |
map <C-C> "*y | |
map ,y "*y |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
README.md |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.