transferlearning
transferlearning copied to clipboard
Fix: Add `use_bottleneck` check in `predict`.
Check if use_bottleneck is true before calling self.bottleneck_layer(features) in model.predict function.