Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.85 KB

File metadata and controls

36 lines (22 loc) · 1.85 KB

Camelyon CNNs Training Experiments

This repository contains a reproducible RED experiment. This experiment can be reproduced with CC-FAICE or CC-Agency version 7 of the Curious Containers project.

The experiments train Convolutional Neural Network models on image data from the CAMELYON16 database and do performance measurements. It is therefore crucial to wait until one set of experiments is finished, before starting the next. The database must be stored in a single HDF5 file, which can be created using a preliminary experiement (see https://github.com/deep-projects/camelyon-slide-to-tiles-experiments).

External resources used for this Experiment

Reproduce at CBMI - HTW Berlin

Running the requires access to compute resources of CBMI - HTW Berlin. If you had access, you could run the original experiment as follows.

pip3 install --user --upgrade cc-faice==7.*
faice exec camelyon-cnns-batchConcurrencyLimit-1.red.yml

# wait until camelyon-cnns-batchConcurrencyLimit-1 is finished
faice exec camelyon-cnns-batchConcurrencyLimit-3.red.yml

# wait until camelyon-cnns-batchConcurrencyLimit-3 is finished
faice exec camelyon-cnns-batchConcurrencyLimit-9.red.yml

Reproduce without access to CBMI resources