Deep Learning on Windows by Thimira Amaratunga
Author:Thimira Amaratunga
Language: eng
Format: epub
ISBN: 9781484264317
Publisher: Apress
Once we have the trained model, we will define the parameters for the fine-tuning, as well as resetting our data generators so that we can reuse them. We are setting the number of epochs to fine-tune as 25:144: # Run Fine-tuning on our model
145:
146: # number of epochs to fine-tune
147: ft_epochs = 25
148:
149: # reset our data generators
150: train_generator.reset()
151: validation_generator.reset()
152:
153: # let's visualize layer names and layer indices to see how many layers
154: # we should freeze:
155: for i, layer in enumerate(base_model.layers):
156: print(i, layer.name)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7662)
Grails in Action by Glen Smith Peter Ledbrook(7577)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(5986)
Azure Containers Explained by Wesley Haakman & Richard Hooper(5958)
Running Windows Containers on AWS by Marcio Morales(5464)
Kotlin in Action by Dmitry Jemerov(4927)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4583)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4330)
Combating Crime on the Dark Web by Nearchos Nearchou(4155)
The Age of Surveillance Capitalism by Shoshana Zuboff(3819)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3811)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3736)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3416)
Python for Security and Networking - Third Edition by José Manuel Ortega(3378)
Mastering Python for Networking and Security by José Manuel Ortega(3242)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3234)
Blockchain Basics by Daniel Drescher(3197)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3056)
TCP IP by Todd Lammle(2888)
