# Transfer learning
## Transfer from general auto-fluorescence MRH network to specific histology contrast, such as myelin/axon.
(The trained network from transferlearning is the same structure and format from MRH_training.mlx. Therefore, same use in testing steps)
### The general idea of transfer learning is the following:

### The transfer learning applied in our work is the following:

## Example of training curve from transfer learning:

## Example of generated virtual myelin from transfer learning:

Compare to one previous example without transfer learning(3 Residual blocks used here):

# Runing please refer to Usage:Step1-5