deel-ai / oodeel

Simple, compact, and hackable post-hoc deep OOD detection for already trained tensorflow or pytorch image classifiers.
https://deel-ai.github.io/oodeel/
MIT License
52 stars 2 forks source link

fix: add tf.data.Dataset in DatasetType when 2 libs avail #38

Closed y-prudent closed 1 year ago

y-prudent commented 1 year ago

tf.data.Dataset was missing in DatasetType when tf and torch are both available.