Reproduction code for Densely Connected Convolutional Networks by Huang et al. 2016. Our densenet model was implemented using PyTorch, and it can be trained on Yahoo Answers dataset.
This file converts the text format of csv files from the yahoo answer dataset to the tensor format.
Model implementation on yahoo answer dataset
This file converts the text format of csv files from the yelp answer dataset to the tensor format.
Model implementation on yelp answer dataset