How to add stopwatch to my machine learning alogorithm?

前端 未结 0 1891
半阙折子戏
半阙折子戏 2020-11-22 00:06

I am quite new to machine learning.

I have created a stopwatatch method:

def stopwatch(model):
    start_time = time.time()
    model
    end_time = ti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题