DistriNet / DLWF

Source code for our NDSS'18 paper "Automated Website Fingerprinting through Deep Learning"
99 stars 38 forks source link

About dataset #1

Closed lsvih closed 11 months ago

lsvih commented 6 years ago

Hi there,

While download closed-world dataset(https://distrinet.cs.kuleuven.be/software/tor-wf-dl/files/tor_100w_2500tr.npz), I found that there has some 'None' label in it, which caused error "expected dense_1 to have shape (100,) but got array with shape (101,)". Could you give some advices about this?

And, npz files you provided can be used directly, so is folder 'preprogress' unnecessary?

smith0818 commented 4 years ago

Hello,i met with the same problem as you.Did you solve it?

verarim commented 4 years ago

Hi, please check the updated file, should be fine now.

smith0818 commented 4 years ago

嗨,请检查更新的文件,现在应该可以了。

Hi, please check the updated file, should be fine now.

Sorry,I still can't find updated code.Maybe it‘s because I have just used Git-hub. Can you elaborate more?

verarim commented 4 years ago

嗨,请检查更新的文件,现在应该可以了。

Hi, please check the updated file, should be fine now.

Sorry,I still can't find updated code.Maybe it‘s because I have just used Git-hub. Can you elaborate more?

The code is not updated, only the numpy file is re-uploaded (https://distrinet.cs.kuleuven.be/software/tor-wf-dl/files/tor_100w_2500tr.npz). There were a couple of empty records in the end, which broke the parser. Now it should be all fine, but please let me know if there are issues still.