- 博客(11)
- 资源 (1)
- 收藏
- 关注
转载 python多维转一维
转载https://www.cnblogs.com/hechangchun/p/9557824.htmlimport operatorfrom functools import reducea = [[1,2,3], [4,6], [7,8,9,8]]print(reduce(operator.add, a))[1, 2, 3, 4, 6, 7, 8, 9, 8]a = [[1,2,3], [5, 8], [7,8,9]]l=[]for m in range(0,3):for i in a
2022-11-23 08:44:58
1211
原创 【tensorflow-gpu报错】ImportError: Could not find ‘cudart64_90.dll‘
tensorflow-gpu报错测试 false
2022-10-22 09:05:53
410
原创 Deep Uncertainty Quantification: A Machine Learning Approach for Weather Forecasting(Linux转Windows)
论文地址:http://urban-computing.com/pdf/kdd19-BinWang.pdf代码地址:https://github.com/BruceBinBoxing/Deep_Learning_Weather_Forecasting一、项目文件说明训练集:ai_challenger_wf2018_trainingset_20150301-20180531.nc验证组:ai_challenger_wf2018_validation_20180601-20180828_20180905
2021-10-30 16:14:03
246
原创 问题解决ValueError: Unable to coerce to DataFrame, shape must be (0, 3): given (370, 3)
IF your code is like to this.An error appears as shown.ValueError: Unable to coerce to DataFrame, shape must be (0, 3): given (370, 3)You can make some changes.(remove [ ])df_ensemble = pd.DataFrame(columns=[dfs[0].columns])df_ensemble = pd.DataFr
2021-10-26 15:12:00
6137
原创 ImportError: `save_weights` requires h5py.问题解决
在运行训练程序后出现ImportError: save_weights requires h5py.`报错,或者程序直接退出。可能是h5py版本不对应。
2021-10-23 14:52:01
1899
1
Breast Cancer Wisconsin (Prognostic) Data Set.rar
2021-11-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人