nshaud / DeepHyperX

Deep learning toolbox based on PyTorch for hyperspectral data classification.
Other
439 stars 122 forks source link

Batch training #48

Open Jasonwtw opened 3 years ago

Jasonwtw commented 3 years ago

I'm trying to train a model with multiple images at once. It seems I need to change the DATASETS_CONFIG. If anyone has any insight into what the method is, your thoughts would be much appreciated.

nshaud commented 2 years ago

Currently training with multiple images is not supported. This is one the main limitation of this work, I am working on it but it is very low priority for me.