• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Crypto Currency
  • Technology
NEO Share

NEO Share

Sharing The Latest Tech News

  • Home
  • Artificial Intelligence
  • Machine Learning
  • Computers
  • Mobile
  • Crypto Currency

Adding Start and End Time in a Deep Learning code

December 26, 2020 by systems

Rakesh TS

It is important to calculate the over all time taken for the system to run a DL pipeline.

Objective : To add start and end time to a Deep Learning code.

# start time - to be added at the beginning of code
print ("[STATUS] start time - {}".format(datetime.datetime.now().strftime("%Y-%m-%d %H:%M")))
start = time.time()
# end time - to be added at the end of code
end = time.time()
print ("[STATUS] end time - {}".format(datetime.datetime.now().strftime("%Y-%m-%d %H:%M")))

Filed Under: Artificial Intelligence

Primary Sidebar

Cómo crear tus modelos de aprendizaje automático de forma sencilla con SPSS

K-Nearest Neighbor Algorithm (KNN)

Efficient Transaction Monitoring for Smart Compliance

Píldoras de Metadatos 💊 Receta #25

Yapay Zeka’ya Güvenebilir miyim? — Explainable AI

Footer

  • Privacy Policy
  • Terms and Conditions

Copyright © 2021 NEO Share

Terms and Conditions - Privacy Policy