Skip to content
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

model hyperparameter #2

Open
linhanxiao opened this issue Jul 12, 2019 · 10 comments
Open

model hyperparameter #2

linhanxiao opened this issue Jul 12, 2019 · 10 comments

Comments

@linhanxiao
Copy link

What is the model hyperparameter and the dataset?

@daifeng2016
Copy link
Owner

Please read our paper carefully, they are all included.

@crz1336768325
Copy link

sorry i can't download the dataset. can you provide a links like Baiduyun that i can easily download it,thanks

@char1iez
Copy link

sorry i can't download the dataset. can you provide a links like Baiduyun that i can easily download it,thanks

I just made a copy in Baiduyunpan and you can get it now.
链接: https://pan.baidu.com/s/1OBiEEHBY3nJd0MRq_6UYnw 密码: 9cr7

@char1iez
Copy link

I read the paper, nice work.
Actually I wonder how you guys pass the datasets to the model. I mean, what kind of parameters I should use in model.fix() after model.compile()?
Thx

@ARnnn
Copy link

ARnnn commented Sep 17, 2019

我看了报纸,工作很好。
实际上我想知道你们是如何将数据集传递给模型的。我的意思是,我应该在model.compile()之后的model.fix()中使用什么样的参数?
谢谢

请问你把这个代码跑通了吗
Have you run the code?

@daifeng2016
Copy link
Owner

Hi,I use model.fit_generator function to process the data, which is commonly used when dealing with large training data. Please follow the example on the Internet for the usage of the model.fit_generator, it is quite easy.

@ARnnn
Copy link

ARnnn commented Sep 17, 2019

Hi,I use model.fit_generator function to process the data, which is commonly used when dealing with large training data. Please follow the example on the Internet for the usage of the model.fit_generator, it is quite easy.
How do I organize the data and then pass it in model. fit_generator

Can you upload a complete code including training and testing?

@ARnnn
Copy link

ARnnn commented Sep 17, 2019

Hi,I use model.fit_generator function to process the data, which is commonly used when dealing with large training data. Please follow the example on the Internet for the usage of the model.fit_generator, it is quite easy.

How do I organize the data and then pass it in model. fit_generator

@Yyuanzeng
Copy link

Can you upload a complete code including training and testing?

@Yyuanzeng
Copy link

I don‘t know
how to organize the data and then pass it in model. fit_generator

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

No branches or pull requests

6 participants