Commit c3d9709e authored by kiegeland's avatar kiegeland
Browse files

Update README.md

parent 853a0a64
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -35,15 +35,14 @@ The pretrained model is retrained onto the 80 categories from coco.
##### Singlelabel Model (InceptionV3) [PDF](https://arxiv.org/pdf/1512.03385.pdf

* How to retrain Singlelabel:  
Für das training mit default Hyperparameter muss nur das Verzeichnis mit den Bildern übergeben werden:  
For training with defualt hyperparameters you just need to pass the directory with all the images:

```
python3 retrain.py \  
--image_dir /softpro/ss18/caption/cocoapi/train_all_objects/  
```
  
Veränderte Hyperparameter können auch als Argumente übergeben werden:  
  
You can also pass different hyperparamters as arguments:
```
python3 retrain.py \  
--image_dir /softpro/ss18/caption/cocoapi/train_all_objects/ \