AIChallenger / AI_Challenger_2018

AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world. https://challenger.ai/
681 stars 279 forks source link

weather_forecasting2018_eval.py #11

Closed longzuxiaotian closed 6 years ago

longzuxiaotian commented 6 years ago
parser.add_argument(
    '--ref',
    type=str,
    default='./ans.csv',                      -----------------     ‘./obs.csv’
    help="""
            Path to reference file
        """
)

parser.add_argument(
    '--anen',
    type=str,
    default='./ans.csv',                      -----------------      './anen.csv'
    help="""
                Path to anen file
            """
)
态度要端正
awyd234 commented 6 years ago

ok, we have fixed it, now you can pull the latest edition

longzuxiaotian commented 6 years ago

good job