tensorflow-1.4-billion-password-analysis
tensorflow-1.4-billion-password-analysis copied to clipboard
Publish results of the analysis
The code is interesting but just a mean. Did you achieve the objective mentioned? Did you publish some results?
@fschwebel still working on it!
Just for info, I'll push soon the first model.
You can see the progress here: https://github.com/philipperemy/tensorflow-1.4-billion-password-analysis/tree/model
Can you share your trained model, please?
Hello @philipperemy , did you get any updates for the results after working for this?
@philipperemy very cool project! Is this something you are still working on or have you moved to something else?
@clintonm9 its still in my list and I would love to continue working on it but at the moment Im busy with other projects..
Dear friend, I tried to run this project... and I get some errors (running not in virtual env); these are:
./process_and_train.sh .
Remove --max_num_files to process the entire dataset (few hours of processing in total).
Traceback (most recent call last):
File "run_data_processing.py", line 101, in
any suggestion?
@agtejeo I don't think recursive=True
was added to glob until version 3.5 of Python. What version of Python are you running?
python --version Python 2.7.15rc1
Please use python3