From 480d601d00ba46928d699e754c7d6c4ca5ef61f2 Mon Sep 17 00:00:00 2001
From: "a.rabensteiner" <alexander.rabensteiner@onb.ac.at>
Date: Wed, 29 Nov 2023 14:24:49 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dccd9b6..da808d2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Train Akon postcards colorizer
 
 This repository contains the code to train a colorizer model with the AKON colored postcards (given by [this collection](https://iiif.onb.ac.at/presentation/collection/labs_postcards_all_color_cards)) and apply it to a random postcard from this colelction.
-The code to train and apply the model is given in the jupyter notebook [train_colorizer.ipynb](train_colorizer.ipynb), to donwload the postcards for training run the script [download_postcards.py](download_postcards.py).
+The code to train and apply the model is given in the jupyter notebook [train_colorizer.ipynb](train_colorizer.ipynb), to donwload the postcards for training run the script [download_postcards.py](download_postcards.py). (For acceptable training time a GPU should be used.)
 
 Most of the code has been adapted from the already present repoitory [iiif-image-manipulation](https://labs.onb.ac.at/gitlab/labs-team/iiif-image-manipulation).
-- 
GitLab