ARnnn

Results 7 comments of ARnnn

Thank you for your response. In addition,how do you manually generate the test suite? Do you merge the two corresponding pictures in the files contained in the test suite into...

Why didn't this code end up with a .h5 model?

Can the code of joint training be released?

This is how I organize the data: def generateData(batch_size,data=[]): #print 'generateData...' while True: train_data = [] train_label = [] batch = 0 for i in (range(len(data))): url1 = data[i] batch...

> 我看了报纸,工作很好。 > 实际上我想知道你们是如何将数据集传递给模型的。我的意思是,我应该在model.compile()之后的model.fix()中使用什么样的参数? > 谢谢 请问你把这个代码跑通了吗 Have you run the code?

> 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...

> 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...