Giter Site home page Giter Site logo

Comments (11)

wuhuikai avatar wuhuikai commented on July 23, 2024
CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --dataset pcontext \
    --model encnet --dilated --aux --se-loss \
    --backbone resnet50 --checkname encnet_res50_pcontext

from fastfcn.

HolmesShuan avatar HolmesShuan commented on July 23, 2024

Sorry to bother you again. I wonder how to reproduce the results of DeepLabv3 and PSPNet, reported in Table 1. I use the following code to train DeepLabv3, but it converges pretty slow:

CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --dataset pcontext \
    --model deeplab --aux --se-loss\
    --backbone resnet50 --checkname deeplab_res50_pcontext --workers 8 --no-val

from fastfcn.

wuhuikai avatar wuhuikai commented on July 23, 2024

@HolmesShuan Training for 80 epochs is enough, which should finish within 1 day on 4 Titan-Xp GPUs.

from fastfcn.

HolmesShuan avatar HolmesShuan commented on July 23, 2024

Thanks for your responses, and should --se-loss be used in ASPP and PSPNet?

from fastfcn.

wuhuikai avatar wuhuikai commented on July 23, 2024

@HolmesShuan No, it's used in EncNet only.

from fastfcn.

henry8527 avatar henry8527 commented on July 23, 2024

may I ask that for reproducing original EncNet, when to use the args['lateral'] ?

from fastfcn.

wuhuikai avatar wuhuikai commented on July 23, 2024

The official code shows that they use lateral when the dataset is Pascal. (link)

from fastfcn.

henry8527 avatar henry8527 commented on July 23, 2024

Thanks, but why your command didn't use --lateral?
Since it's also using Pascal family dataset (Pascal-Context).
#16 (comment)

from fastfcn.

wuhuikai avatar wuhuikai commented on July 23, 2024

Ops, I forgot lateral in the above command.

from fastfcn.

henry8527 avatar henry8527 commented on July 23, 2024

How about the correct script for reproducing PSPNet baseline without jpu? thanks a lot.

from fastfcn.

wuhuikai avatar wuhuikai commented on July 23, 2024
CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --dataset pcontext \
    --model psp --dilated --aux \
    --backbone resnet50 --checkname psp_res50_pcontext

from fastfcn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.