Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 
This directory provides example experiments that can be run with RNNLIB. 
To run the experiments, the RNNLIB/utilities directory must be added to your pythonpath, and the following python packages must be installed:

- SciPy
- ScientificPython (NOT Scipy)
- PIL
 
In each subdirectory type 

./build_netcdf

to build the netcdf datasets, then

rnnlib <TASK>.config

to run the experiments. 

Note that some directories may contain more than 1 config file, since different tasks may be defined for the same data.

The experimental results will not correspond to published results, because only a fraction of the complete dataset is used in each case (to keep the size of the distribution down). 
In addition, early stopping is not used, because no validation files are created. 
However the same scripts can be used to build realistic experiments, given more data.

If you want to adapt the python scripts to create netcdf files for your own experiments, a useful tutorial on using netcdf with python is available at http://gfesuite.noaa.gov/developer/netCDFPythonInterface.html
Morty Proxy This is a proxified and sanitized view of the page, visit original site.