Skip to content

计算时间有错误#3

Open
stargolike wants to merge 1 commit intoHyfred:masterfrom
stargolike:patch-1
Open

计算时间有错误#3
stargolike wants to merge 1 commit intoHyfred:masterfrom
stargolike:patch-1

Conversation

@stargolike
Copy link

在倒数第二cell(即是用来训练的cell之中),计算时间的代码有错误
time_open并不是作为以命名变量的存在,
print((end - time_open)/60)
应该变为
print((end - start)/60)

在倒数第二cell(即是用来训练的cell之中),计算时间的代码有错误
time_open并不是作为以命名变量的存在,
`print((end - time_open)/60)`
应该变为
`print((end - start)/60)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant