zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.72k stars 395 forks source link

support python 2.7 or 3.x ? #19

Open DIYer22 opened 6 years ago

DIYer22 commented 6 years ago

Could you write which python supported in README.md please. Thanks 😄

DIYer22 commented 6 years ago

It's seems can't run code from .config import [somthing] in Python 2.7

ValueError: Attempted relative import in non-package
zijundeng commented 6 years ago

Python 2.7. Relative import in non-package is not allowed.