Pinned Repositories
3D-GAN
A simple and unofficial 3D-GAN implementation using PyTorch
ai-matrix
To make it easy to benchmark AI accelerators
aiortc
WebRTC and ORTC implementation for Python using asyncio
albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
BasicVSR
Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
beast
HTTP and WebSocket built on Boost.Asio in C++11
beit-large
generate from: https://huggingface.co/microsoft/beit-large-patch16-224-pt22k-ft22k
Cascade_R-CNN_ResNet101-FPN
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
conformer
PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
1pikachu's Repositories
1pikachu/DeepLearningExamples
Deep Learning Examples
1pikachu/Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
1pikachu/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language