euagendas / m3inference

A deep learning system for demographic inference (gender, age, and individual/person) that was trained on massive Twitter dataset using profile images, screen names, names, and biographies
http://www.euagendas.org
GNU Affero General Public License v3.0
145 stars 57 forks source link

Fix no postfix issue in profile image links #9

Closed zijwang closed 3 years ago

zijwang commented 3 years ago

ref #8

computermacgyver commented 3 years ago

Thank you so much for doing this, @zijwang , and apologies for the long delay in reviewing.

I've checked everything and confirm it all works. I've also bumped the required Python version to 3.6.6 or higher in the conda environment file. I loaded the wrong virtual environment at one point and ran into an error that has been fixed in version 3.6.6 (https://discuss.pytorch.org/t/valueerror-signal-number-32-out-of-range-when-loading-data-with-num-worker-0/39615/7)

I don't see a the python version in requirements.txt, but will make a note of this requirement in the readme. Please merge this branch and update pypy whenever you're happy.