sandareka / CCNN

Comprehensible Convolutional Neural Networks via Guided Concept Learning
10 stars 2 forks source link

dataset issues and concept.txt file #1

Closed antonie-z closed 1 year ago

antonie-z commented 2 years ago

Hello, thank you for sharing the code. I would like to know how you split the train and test in the data folder and I can't find the concept.txt in the data folder. Thank you!

sandareka commented 2 years ago

Hi @antonie-z,

For the CUB dataset, I used the standard train and test split provided by the dataset provider - http://www.vision.caltech.edu/datasets/cub_200_2011/ concept.txt is now available at https://github.com/sandareka/CCNN/tree/main/tensorflow_implementation/data.

Thanks.