SciSharp / SciSharp-Stack-Examples

Practical examples written in SciSharp's machine learning libraries
http://scisharpstack.org
Apache License 2.0
319 stars 103 forks source link

image_dataset_from_directory do not fill class_names #67

Open MejlaB opened 2 years ago

MejlaB commented 2 years ago

I have tried example in ImageClassificationKeras.cs and class_names in datasets are allways null. I tried to use explicit parameter - labels: "inferred", but it do not help.

Thank you Milan B.