摘要: import numpy as np import matplotlib.pyplot as plt w=700 w1=700 n=w1-50 train=np.random.randint(-300,300,(w,4)) train=train.astype(float) train_lable= 阅读全文
posted @ 2021-08-18 22:22 祥瑞哈哈哈 阅读(33) 评论(0) 推荐(0)