Created by: michaelowenliu
- create a package named "paddleseg" with all current core apis under dygraph.
- update pspnet/deeplabv3p using the config and new paddle api.
- add gcnet/ann/fast_scnn/deeplabv3.
- move layer_utils.py and model_utils.py to paddleseg/common.
- delete "using_sep_conv" parameter in ConvBnRelu() for simplicity.