MCPcopy Create free account
hub / github.com/tflearn/tflearn / finetuning.py

File finetuning.py

examples/basics/finetuning.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2""" Finetuning Example. Using weights from model trained in
3convnet_cifar10.py to retrain network for a new task (your own dataset).
4All weights are restored except last layer (softmax) that will be retrained

Callers

nothing calls this directly

Calls 9

input_dataFunction · 0.90
conv_2dFunction · 0.90
max_pool_2dFunction · 0.90
dropoutFunction · 0.90
fully_connectedFunction · 0.90
regressionFunction · 0.90
loadMethod · 0.45
fitMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected