Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add ENet #1623

Merged
merged 17 commits into from
Jan 24, 2022
Merged

[Feature] Add ENet #1623

merged 17 commits into from
Jan 24, 2022

Conversation

ETTR123
Copy link
Contributor

@ETTR123 ETTR123 commented Dec 14, 2021

No description provided.

paddleseg/models/enet.py Show resolved Hide resolved
paddleseg/models/enet.py Outdated Show resolved Hide resolved
paddleseg/models/enet.py Outdated Show resolved Hide resolved
configs/enet/enet_cityscapes_1024x512_adam_0.002_80k.yml Outdated Show resolved Hide resolved
@ETTR123 ETTR123 requested a review from shiyutang December 14, 2021 06:48
Copy link
Collaborator

@shiyutang shiyutang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, I will validate it and merge if the result is solid.

@ETTR123 ETTR123 requested a review from shiyutang January 13, 2022 09:36
Copy link
Collaborator

@shiyutang shiyutang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good to me. It needs to be further validated on the paddle-dev and on the validation set.

@@ -314,7 +314,7 @@ def train(model,
batch_start = time.time()

# Calculate flops.
if local_rank == 0:
if local_rank == 0 and model.__class__.__name__ != 'ENet':
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line can be removed on nightly build paddle-dev.

@shiyutang
Copy link
Collaborator

Validate on the dataset
image

@michaelowenliu michaelowenliu merged commit b8f3681 into PaddlePaddle:develop Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants