Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: blackjack2016
  • License: other
  • Language: C++
  • Default Branch: master
  • Size: 11.2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners

README.md

pytorch

Citation (CITATION)

@incollection{NEURIPS2019_9015,
title = {PyTorch: An Imperative Style, High-Performance Deep Learning Library},
author = {Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
booktitle = {Advances in Neural Information Processing Systems 32},
editor = {H. Wallach and H. Larochelle and A. Beygelzimer and F. d\textquotesingle Alch\'{e}-Buc and E. Fox and R. Garnett},
pages = {8024--8035},
year = {2019},
publisher = {Curran Associates, Inc.},
url = {http://papers.neurips.cc/paper/9015-pytorch-an-imperative-style-high-performance-deep-learning-library.pdf}
}

GitHub Events

Total
Last Year

Dependencies

ios/LibTorch.podspec cocoapods
  • LibTorch >= 0
ios/TestApp/Podfile cocoapods
  • LibTorch >= 0
.circleci/docker/android/build.gradle maven
  • androidx.appcompat:appcompat 1.0.0 implementation
  • com.android.support:appcompat-v7 28.0.0 implementation
  • com.facebook.fbjni:fbjni-java-only 0.0.3 implementation
  • com.facebook.soloader:nativeloader 0.8.0 implementation
  • com.google.code.findbugs:jsr305 3.0.1 implementation
android/libs/fbjni_local/build.gradle maven
  • com.google.code.findbugs:jsr305 3.0.1 compileOnly
  • com.facebook.soloader:nativeloader 0.8.0 implementation
android/pytorch_android/host/build.gradle maven
  • com.google.code.findbugs:jsr305 3.0.1 compileOnly
  • com.facebook.fbjni:fbjni-java-only 0.0.3 implementation
  • com.facebook.soloader:nativeloader 0.8.0 implementation
  • junit:junit 4.12 testImplementation
android/test_app/app/build.gradle maven
  • com.android.support:appcompat-v7 28.0.0 implementation
.circleci/ecr_gc_docker/requirements.txt pypi
  • boto3 *
  • pytz *
  • requests *
caffe2/requirements.txt pypi
  • enum34 *
  • numpy *
  • pyyaml *
  • requests *
  • typing *
docs/cpp/requirements.txt pypi
  • breathe *
  • exhale >=0.2.1
  • sphinx >=1.7.5
docs/requirements.txt pypi
  • javasphinx *
  • matplotlib *
  • sphinx *
  • sphinxcontrib.katex *
requirements.txt pypi
  • future *
  • numpy *
  • pyyaml *
  • requests *
  • setuptools *
  • six *
  • typing *
setup.py pypi
  • future *
ios/TestApp/Gemfile rubygems
  • fastlane >= 0
ios/TestApp/Gemfile.lock rubygems
  • CFPropertyList 3.0.2
  • addressable 2.7.0
  • atomos 0.1.3
  • babosa 1.0.3
  • claide 1.0.3
  • colored 1.2
  • colored2 3.1.2
  • commander-fastlane 4.4.6
  • declarative 0.0.10
  • declarative-option 0.1.0
  • digest-crc 0.4.1
  • domain_name 0.5.20190701
  • dotenv 2.7.5
  • emoji_regex 1.0.1
  • excon 0.71.1
  • faraday 0.17.3
  • faraday-cookie_jar 0.0.6
  • faraday_middleware 0.13.1
  • fastimage 2.1.7
  • fastlane 2.140.0
  • gh_inspector 1.1.3
  • google-api-client 0.36.4
  • google-cloud-core 1.5.0
  • google-cloud-env 1.3.0
  • google-cloud-errors 1.0.0
  • google-cloud-storage 1.25.1
  • googleauth 0.10.0
  • highline 1.7.10
  • http-cookie 1.0.3
  • httpclient 2.8.3
  • json 2.3.0
  • jwt 2.1.0
  • memoist 0.16.2
  • mini_magick 4.10.1
  • mini_mime 1.0.2
  • multi_json 1.14.1
  • multi_xml 0.6.0
  • multipart-post 2.0.0
  • nanaimo 0.2.6
  • naturally 2.2.0
  • os 1.0.1
  • plist 3.5.0
  • public_suffix 2.0.5
  • representable 3.0.4
  • retriable 3.1.2
  • rouge 2.0.7
  • rubyzip 1.3.0
  • security 0.1.3
  • signet 0.12.0
  • simctl 1.6.7
  • slack-notifier 2.3.2
  • terminal-notifier 2.0.0
  • terminal-table 1.8.0
  • tty-cursor 0.7.0
  • tty-screen 0.7.0
  • tty-spinner 0.9.2
  • uber 0.1.0
  • unf 0.1.4
  • unf_ext 0.0.7.6
  • unicode-display_width 1.6.0
  • word_wrap 1.0.0
  • xcodeproj 1.14.0
  • xcpretty 0.3.0
  • xcpretty-travis-formatter 1.0.0
.github/workflows/lint.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v1 composite
  • pytorch/add-annotations-github-action master composite
  • suo/add-annotations-github-action master composite
.circleci/docker/ubuntu/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
.circleci/docker/ubuntu-cuda/Dockerfile docker
  • nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu${UBUNTU_VERSION} build
.circleci/ecr_gc_docker/Dockerfile docker
  • ubuntu 16.04 build
Dockerfile docker
  • ${BASE_IMAGE} latest build
  • conda latest build
  • dev-base latest build
  • official latest build
caffe2/contrib/docker-ubuntu-14.04/Dockerfile docker
  • ubuntu 14.04 build
docker/caffe2/jenkins/centos/Dockerfile docker
  • centos ${CENTOS_VERSION} build
docker/caffe2/jenkins/centos-cuda/Dockerfile docker
  • nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-centos${CENTOS_VERSION} build
docker/caffe2/jenkins/centos-rocm/Dockerfile docker
  • centos ${CENTOS_VERSION} build
docker/caffe2/jenkins/ubuntu/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
docker/caffe2/jenkins/ubuntu-cuda/Dockerfile docker
  • nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu${UBUNTU_VERSION} build
docker/caffe2/jenkins/ubuntu-rocm/Dockerfile docker
  • ubuntu ${UBUNTU_VERSION} build
docker/caffe2/ubuntu-14.04-cpu-all-options/Dockerfile docker
  • caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu14.04 build
docker/caffe2/ubuntu-14.04-cpu-minimal/Dockerfile docker
  • ubuntu 14.04 build
docker/caffe2/ubuntu-16.04-cpu-all-options/Dockerfile docker
  • caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu16.04 build
docker/caffe2/ubuntu-16.04-cpu-minimal/Dockerfile docker
  • ubuntu 16.04 build
docker/caffe2/ubuntu-16.04-gpu-tutorial/Dockerfile docker
  • caffe2ai/caffe2 latest build
docker/pytorch/Dockerfile docker
  • nvidia/cuda 10.1-cudnn7-devel-ubuntu16.04 build