-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1的有关问题请教 #88
Comments
之前忘了给你star 现在补上(手动滑稽) |
@zhangyufei1995 报错的话估计是你的数据准备阶段有问题。 |
但是我改成7,成功训练出模型了,这个应该就是7吧,我看您的代码 ------------------ 原始邮件 ------------------
发件人: "Stinky-Tofu"<[email protected]>
发送时间: 2019年7月15日(星期一) 晚上11:23
收件人: "Stinky-Tofu/Stronger-yolo"<[email protected]>;
抄送: "zhangyufei1995"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [Stinky-Tofu/Stronger-yolo] v1的有关问题请教 (#88)
@zhangyufei1995 报错的话估计是你的数据准备阶段有问题。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@zhangyufei1995 你要是用的话,建议你话两天时间把代码看个大概,写的挺简单的,哈哈哈 |
我就想请教下你self.__steps_per_period这个参数起什么做用 ,哈哈 |
@zhangyufei1995 就是写log的时候用一下,用于多久记录一次loss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,我看你v1里面的_init_函数里面有这个参数self.__steps_per_period = len(self.__train_data) 请问这个参数起什么作用?我看它的值应该是7吧 我将其改成了 self.__steps_per_period = 7,因为用self.__steps_per_period = len(self.__train_data)会报错,我改成7就不报错了,不知道这样是改对不对?期待回复
The text was updated successfully, but these errors were encountered: