Skip to content
Snippets Groups Projects
Commit 39ab0821 authored by Bing Gong's avatar Bing Gong
Browse files

Update README.md

parent 3da4b6d6
No related branches found
No related tags found
No related merge requests found
Pipeline #107074 failed
...@@ -46,17 +46,17 @@ This README describes how to train the video prediction model architectures (van ...@@ -46,17 +46,17 @@ This README describes how to train the video prediction model architectures (van
Two versions of the workflow are available. Two versions of the workflow are available.
1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6833611) under this DOI: 10.5281/zenodo.6833611. Download the provided zip-archive and unpack it: 1) A frozen version is provided via [zenodo](https://doi.org/10.5281/zenodo.6901503) under this DOI: 10.5281/zenodo.6901503. Download the provided zip-archive and unpack it:
```bash ```bash
unzip ambs_v1.zip unzip ambs.zip
``` ```
2) The continuously updated repository can be cloned from gitlab: 2) The continuously updated repository can be cloned from gitlab:
```bash ```bash
git clone https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs_v1.git git clone --single-branch --branch Gong2022_temperature_forecasts https://gitlab.jsc.fz-juelich.de/esde/machine-learning/ambs.git
``` ```
This will create a directory called `ambs_v1` under which this README-file and three subdirectories are placed. This will create a directory called `ambs` under which this README-file and three subdirectories are placed.
The licenses for the software used in this repository are listed under `LICENSES/`. The licenses for the software used in this repository are listed under `LICENSES/`.
Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet. Two Jupyter Notebooks and a shell-script which have been used to do some extra evaluation following the reviewer comments can be found under the `Jupyter_Notebooks/`-directory. However, these evaluations have not been fully integrated into the workflow yet.
The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following. The subdirectory `video_prediction_tools/` contains everything which is needed in the workflow and is, therefore, called the top-level directory in the following.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment