crestonbunch / tbcnn

Efficient tree-based convolutional neural networks in TensorFlow
MIT License
150 stars 44 forks source link

Using tbcnn with my own dataset #12

Open jhpenger opened 4 years ago

jhpenger commented 4 years ago

Can you please provide some instruction on how to use tbcnn with my own dataset? I have a csv file, what kind of layout/format do I have to make my dataset, and how do I get it to work with tbcnn.

My dataset's source codes are grouped into different categories, and I want to make a model using tbcnn to learn these categories.

bdqnghi commented 3 years ago

you can refer to my improved version here: https://github.com/bdqnghi/tbcnn-tensorflow, which includes more details instruction, and reproduce the results of the original paper using the original C dataset.