question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LinkNet implementation working?

See original GitHub issue

Hello, was excited to see you reimplemented LinkNet in PyTorch.

Can you verify whether the model has been tested? I ran into a few issues, including that linknet is not included in the get_model() function in models/init.py and also this line in model/utils.py is broken. I seem to have fixed these two but am running into Cuda bad params world. I wanted to ask first whether or not it’s been tested (and if you could put me to a script that works with it) before diving in deeper. Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
peteflorencecommented, Aug 4, 2017

Thanks @ibadami and @meetshah1995

It’s training now… think we have it working… will PR and share evaluation

@travelbureau thx for help too!

2reactions
meetpscommented, Aug 4, 2017

@peteflorence - Yes, you are right. All datasets are at the moment not compatible with all the models due to differences in input sizes.

My first task is to make all models working on Pascal VOC (512*512) and then add dataset specific cropping or padding arguments.

Read more comments on GitHub >

github_iconTop Results From Across the Web

LinkNet - Network for Semantic Segmentation
LinkNet is a light deep neural network architecture designed for performing semantic segmentation, which can be used for tasks such as self-driving vehicles ......
Read more >
davidtvs/Keras-LinkNet: Keras implementation of LinkNet
Keras implementation of LinkNet: Exploiting Encoder Representations for Efficient Semantic Segmentation, ported from the lua-torch (LinkNet) and PyTorch ...
Read more >
Keras LinkNet
Explore and run machine learning code with Kaggle Notebooks | Using data from 2018 Data Science Bowl.
Read more >
LinkNet With Pretrained Encoder and Dilated Convolution ...
Linknet architecture is efficient in computa- tion and memory. Dilation convolution is a powerful tool that can enlarge the receptive field of feature...
Read more >
LinkNet: Exploiting Encoder Representations for Efficient ...
In this paper, we propose a novel deep neural network architecture which allows it to learn without any significant increase in number of ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found