binshen
binshen
> Hello, thanks for your reply. I executed your code, but the computer's memory would gradually increase to full, and finally the program will be terminated. Is it the problem...
> 你就把他的code转成Tensorflow 2就行了。RTX30 系列的显卡需要更高版本的CUDA,而更高版本的CUDA不支持Tensorflow 1.8。 想问下你有转好的tensorflow 2的代码吗。我这能力有限,报错太多修改不好了 [email protected]
不好意思,刚刚看到了您把reshape的代码没编写到netSC里,抱歉
老师您在代码中通过netCE信道编码网络输出128*16*8*8的输出,但是在后续的reshape后大小变为 128 * (G_s + G_n)* 128,没有太理解您将输出的特征通道数16reshape成了8,然后增大了H*W值得意义,然后利用hard_mask对这个reshape后的8个通道进行了掩码。
> As stated, how can we use CompressAI to compress [y] instead of [y-mean]. Furthermore, how can we understand the advantages of compressing [y-mean]? Thank you very much for your...
想请教一下,在channel.py -> Channel.forward 中 output_real = batch_conv1d(signal_real, cof_real) - batch_conv1d(signal_imag, cof_imag) # (NxP)x(L+SMK-1) output_imag = batch_conv1d(signal_real, cof_imag) + batch_conv1d(signal_imag, cof_real) # (NxP)x(L+SMK-1) 这两句的作用是什么,没有太理解
> on network.py line 29. class Normalize(nn.Module): def forward(self, x, power): pwr = torch.mean(x**2, (-2,-1), True) * 2 return np.sqrt(power)*x/torch.sqrt(pwr) > > What is the meaning of "* 2"? It...
在kaggle中弄API(百度一下就行),输入账户和API,如果之前胡乱输入过,你检查C:\Users\Bin\.kaggle 将kaggle.json删除再次运行即可。如果还是不行,就自己找作者的数据集下载就行
hi , I want to know how to down the dataset. I run the code of "bash scripts/download_data.sh", but need the “Kaggle username”and " Kaggle username". Please, i don't know...
hi , I want to know how to down the dataset. I run the code of "bash scripts/download_data.sh", but need the “Kaggle username”and " Kaggle username". Please, i don't know...