Skip to content

soumajit2706/densenet_implementation

Repository files navigation

Densenet

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.

load_dataset_yahoo.py

This file converts the text format of csv files from the yahoo answer dataset to the tensor format.

densenet_yahoo.py

Model implementation on yahoo answer dataset

load_dataset_yelp.py

This file converts the text format of csv files from the yelp answer dataset to the tensor format.

densenet_yelp.py

Model implementation on yelp answer dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages