NASA icon indicating copy to clipboard operation
NASA copied to clipboard

Analysis for NASA data sets

Results 4 NASA issues
Sort by recently updated
recently updated
newest added

输入rnn的数据shape为[batch_size, seq_len, input_size],而对train的reshape操作为[-1, 1, feature_size],令build_sequences函数输出的电池容量序列被归为了input_size,而seq_len变为了1。 请问此处的reshape是否应改为[-1, seq_len, 1]?

我发现您的代码在tain函数中score计算时,只有epoch为99,199等数的时候[re, mae, rmse]这3个数字才会更新,但是函数中对每个epoch都保存了score = [re, mae, rmse],这样是不是有问题

您好,MLP还是有变量不在同一设备的问题。