davidtvs / PyTorch-ENet

PyTorch implementation of ENet
MIT License
389 stars 129 forks source link

Skip connections #54

Closed A7F closed 3 years ago

A7F commented 3 years ago

is there any plan to implement skip connections in the enet?

davidtvs commented 3 years ago

This repository aims at reproducing ENet as presented in the academic paper. Since skip connections were not used in the original I'm not planning to introduce them in this repository