Code Monkey home page Code Monkey logo

spatio-temporal-weather-forecasting's People

Contributors

sftekin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

spatio-temporal-weather-forecasting's Issues

ValueError: time data 'highres' does not match format '%Y-%m-%d_%H' (match)

Specific content of error reporting:
Traceback (most recent call last):
File "D:\anaconda\envs\pytorch\lib\site-packages\pandas\core\tools\datetimes.py", line 456, in _convert_listlike_datetimes
values, tz = conversion.datetime_to_datetime64(arg)
File "pandas_libs\tslibs\conversion.pyx", line 350, in pandas._libs.tslibs.conversion.datetime_to_datetime64
TypeError: Unrecognized value type: <class 'str'>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\spatio-temporal-weather-forecasting-master\run.py", line 32, in
run_highres(model_name="weather_model")
File "D:\spatio-temporal-weather-forecasting-master\run.py", line 9, in run_highres
train_test(experiment_params=experiment_params,
File "D:\spatio-temporal-weather-forecasting-master\experimenter.py", line 44, in train_test
weather_data = data_creator.create_data()
File "D:\spatio-temporal-weather-forecasting-master\data_generation\data_creator.py", line 56, in create_data
path_arr = self.sort_files_by_date(paths=path_list,
File "D:\spatio-temporal-weather-forecasting-master\data_generation\data_creator.py", line 121, in sort_files_by_date
date_df['dates'] = pd.to_datetime(
File "D:\anaconda\envs\pytorch\lib\site-packages\pandas\core\tools\datetimes.py", line 805, in to_datetime
values = convert_listlike(arg._values, format)
File "D:\anaconda\envs\pytorch\lib\site-packages\pandas\core\tools\datetimes.py", line 460, in _convert_listlike_datetimes
raise e
File "D:\anaconda\envs\pytorch\lib\site-packages\pandas\core\tools\datetimes.py", line 423, in _convert_listlike_datetimes
result, timezones = array_strptime(
File "pandas_libs\tslibs\strptime.pyx", line 144, in pandas.libs.tslibs.strptime.array_strptime
ValueError: time data 'highres' does not match format '%Y-%m-%d
%H' (match)

i have download the highres and weatherbench datasets and put it under the data directory. The locations should be:

highres --> data/data_dump weatherbench --> data/weatherbench

"docker run..." command not working.

Hi, the "docker build..." command ran smoothly and the Docker image was created however when I try to run "docker run -dit --name weather_model --gpus all --rm weather:v1 python run.py", in the terminal of VS Code, I get a large random letters as output in a single line then the process terminates. In the docker app, i can see the container being created then goes away instantly. Could you please help me out here.

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.