Pinned Loading
-
Wasserstein-GAN-Keras
Wasserstein-GAN-Keras PublicKeras implementation of Wasserstein GAN. Modified from the ACGAN example.
-
sparse_image_warp_pytorch
sparse_image_warp_pytorch PublicPytorch implementation of sparse_image_warp and an example of GoogleBrain's SpecAugment is given: A Simple Data Augmentation Method for Automatic Speech Recognition https://arxiv.org/abs/1904.08779
-
GELS with deriviative in pytorch
GELS with deriviative in pytorch 1import torch
2from torch.autograd import Function
34class GELS(Function):
5""" Efficient implementation of gels from
-
reformer(pytorch)
reformer(pytorch) 1import torch
2import torch.nn as nn
3import torch.nn.functional as F
45# helpers
-
Trie-Compress
Trie-Compress PublicBriefly implement algorithms introduced in "Compressing IP Forwarding Tables: Towards Entropy Bounds and Beyond A revised technical report", mainly contains algorithms about compressing the Trie st…
C 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.