Densenet icon indicating copy to clipboard operation
Densenet copied to clipboard

An tensorflow(slim) implementation of Densenet

Results 3 Densenet issues
Sort by recently updated
recently updated
newest added

what's the output_node_output_node_names when export pb file? python /usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/tools/freeze_graph.py \ --input_graph="$PB_DIR"/frozen_inference_graph.pb \ --input_checkpoint=$NEWEST_CHECKPOINT \ --input_binary=True \ --output_graph="$PB_DIR"/frozen_inference_graph.pb \ --output_node_names=*************

I'd like to use trained model on CIFAR-10 or CIFAR-100 for transfer learning Could u please provide ur trained model? Many thx!

hi, i am appreciated with your great job? can it trained on 224*224 images when depth is 100? thanks