-
paddlepaddle_backend Public
Forked from triton-inference-server/paddlepaddle_backendC++ BSD 3-Clause "New" or "Revised" License UpdatedDec 24, 2021 -
transformers Public
Forked from huggingface/transformers🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
Python Apache License 2.0 UpdatedNov 24, 2021 -
-
CS-Notes Public
Forked from CyC2018/CS-Notes📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Java UpdatedMay 20, 2021 -
ThreadPool Public
Forked from progschj/ThreadPoolA simple C++11 Thread Pool implementation
C++ zlib License UpdatedFeb 2, 2021 -
caffe Public
Forked from BVLC/caffeCaffe: a fast open framework for deep learning.
C++ Other UpdatedDec 1, 2020 -
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
C++ Apache License 2.0 UpdatedNov 24, 2020 -
youtube-dl Public
Forked from ytdl-org/youtube-dlCommand-line program to download videos from YouTube.com and other video sites
Python The Unlicense UpdatedNov 21, 2020 -
tensorflow Public
Forked from tensorflow/tensorflowAn Open Source Machine Learning Framework for Everyone
C++ Apache License 2.0 UpdatedNov 10, 2020 -
pytorch Public
Forked from pytorch/pytorchTensors and Dynamic neural networks in Python with strong GPU acceleration
C++ Other UpdatedNov 10, 2020 -
build-your-own-x Public
Forked from codecrafters-io/build-your-own-x🤓 Build your own (insert technology here)
UpdatedOct 27, 2020 -
tensorboardX Public
Forked from lanpa/tensorboardXtensorboard for pytorch (and chainer, mxnet, numpy, ...)
Python MIT License UpdatedOct 14, 2020 -
abseil-cpp Public
Forked from abseil/abseil-cppAbseil Common Libraries (C++)
C++ Apache License 2.0 UpdatedApr 14, 2020 -
pybind11 Public
Forked from pybind/pybind11Seamless operability between C++11 and Python
C++ Other UpdatedMar 16, 2020 -
TensorRT Public
Forked from NVIDIA/TensorRTTensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
C++ Apache License 2.0 UpdatedFeb 13, 2020 -
shadowsocks Public
Forked from shadowsocks/shadowsocksPython Apache License 2.0 UpdatedNov 29, 2019 -
py-faster-rcnn Public
Forked from rbgirshick/py-faster-rcnnFaster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Python Other UpdatedNov 7, 2019 -
TestData Public
testdata for paddlelite multiclass_nms op and kernel.
Apache License 2.0 UpdatedAug 1, 2019 -
SSOCR Public
Seven Segment Optical Character Recognition
-
ImageNet Public
This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)
-
AU_Recognition Public
AU_Recognition based on CKPlus/CK database
-
SVHN-Multi-Digit-Recognition Public
A implementation of [Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks](https://arxiv.org/pdf/1312.6082.pdf).
-
Neural-Style-Transfer Public
Implement Neural Style Transfer Using Pytorch
-
MNIST_Recognition Public
Implement mnist recognition by pytorch and pyqt5