DXQer
DXQer
您好,注意到在sample_data里给出的样本数据中,dense_features的名字都是一样的,所以在数据处理是会有相应的reshape的过程,如果dense_features的名字都不一样呢,要如何修改,有修改样例吗?我尝试对dense_features的获取方式修改成与sparse_features的获取方式一样,但似乎会造成内存泄漏😢,即程序运行过程中所申请虚拟内存一直增加,最后被killed。。
在下载数据集criteo并使用sh data_process.sh进行数据处理时,报错信息 No such file or directory: 'sample_data/feat_dict_10.pkl2',请问可以在哪里得到相应的文件?
Thanks for your contribution of this repository. I have a doubt. In the original paper, the authors mentioned that the experimental results given are all tested under real attacks, such...
Thanks for your great works. I encountered something wrong when I ran the following commands. How can I solve this problem? ##My scripts: Generate a random sequence with bits of...
无法保存灰度图像
在mode_DCT的情况下,使用save()函数进行灰度jpeg图像保存的时候,会有以下报错信息: Traceback (most recent call last): File "", line 1, in File "./pyjpegtbx-master/pyjpegtbx/__init__.py", line 311, in save File "./pyjpegtbx-master/pyjpegtbx/__init__.py", line 234, in __setcinfo IndexError: list index out of range