jamesdolezal / slideflow

Deep learning library for digital pathology, with both Tensorflow and PyTorch support.
https://slideflow.dev
GNU General Public License v3.0
230 stars 38 forks source link

Using ctranspath for extractor on build_feature_extractor gives error #381

Open maxxfarma opened 1 month ago

maxxfarma commented 1 month ago

Description

There is a type error when I try to utilize ctranspath as the extractor for build_feature_extractor

extractor=['ctranspath'] for ex in extractor: exm = build_feature_extractor(ex, tile_px=299)

TypeError: 'int' object is not subscriptable

Expected behavior

This should extract features for a deep learning model.

On databricks