资源算法pytorch_Highway

pytorch_Highway

2019-10-14 | |  73 |   0 |   0

Pytorch Highway network

Highway network implemented in PyTorch.

Highway Equation

Usage

highway = Highway(input_size, num_layers, f=torch.nn.functional.relu)# input is [batch_size, input_size] shaped tensorout = highway(input)


上一篇:Value-Iteration-Networks-PyTorch

下一篇:pytorch_NEG_loss

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...