csong27 / membership-inference

Code for Membership Inference Attack against Machine Learning Models (in Oakland 2017)
176 stars 63 forks source link

About Target Data #12

Open thedionysus opened 4 years ago

thedionysus commented 4 years ago

Hello,

Excuse my lack of knowledge but I am failing to run your project.

The code requires a file target_data.npz and I am not sure if I should create that file or whether it should be provided.

Thank you.

trevornj commented 3 years ago

I am having a similar issue. Did you find a fix for it?

gtying commented 3 years ago

I am having a similar issue. I want a data for running

csong27 commented 3 years ago

You may want to pass --save_data=1 for saving target_data.npz

gtying commented 3 years ago

不好意思,我没有听太懂,是这样的,我在运行这个代码的过程中,数据不兼容出错,因为.npz文件是个压缩文件,我不太会改动自己的数据符合这个代码运行要求,所以想要一份原始文件先运行成功再进一步改进我的方案,抱歉!

——一枚python小白的烦恼)

At 2020-12-15 22:23:25, "Congzheng Song" notifications@github.com wrote:

You may want to pass --save_data=1 for saving target_data.npz

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ZhouRongqi commented 2 years ago

how can i get the train_fest_file and train_lable_file?

ZhouRongqi commented 2 years ago

i mean how to modify my data to satidfy the require

Pang-0093 commented 2 years ago

i mean how to modify my data to satidfy the require

Hi, Have you solved this problem?