HowieeY
HowieeY
数值指的是时间序列,想用您的这个模型对时间序列进行分类
Hi guys, I need your help, Please.
How to solve this problem?
您好,我在test_c.py中想保存source、noisy和out三个图片,我转ndarray后发现有四个维度(3, 3, 702, 1020),其中肯定是[channels, width, height],请问下还有个3是代表啥意思? INoisy = ISource + noise ISource = Variable(ISource) INoisy = Variable(INoisy) ISource = ISource.cuda() ISource_img = ISource.cpu().numpy() source_path = './result/img_source/' print(ISource_img) print(ISource_img.shape) cv2.imwrite(source_path +...
> 您好,我在test_c.py中想保存source、noisy和out三个图片,我转ndarray后发现有四个维度(3, 3, 702, 1020),其中肯定是[channels, width, height],请问下还有个3是代表啥意思? > INoisy = ISource + noise > ISource = Variable(ISource) > INoisy = Variable(INoisy) > ISource = ISource.cuda() > > ISource_img = ISource.cpu().numpy()...
@qiongshuai @hellloxiaotian 有real noise code了吗
> @qiongshuai @hellloxiaotian 有real noise code了吗 I haven't received the code
mobilenet_v2.py的labels_num=1001,看你的分类多少把1001改掉