Charles Jekel

Results 187 comments of Charles Jekel

> Oh just before I forget it: the AI is only trained with the images in the liked/disliked dir? Could I swap photos from one dir to the other to...

This is fine. Are you going to work on it?

It looks like your build is working just fine. I think what's happening is that you some phantom profile image that is messing things up. Best to delete those images,...

The 500 error could be a lot of things. I haven't been following the tinder api, and it's possible the api has changed. What I would do in your case...

How often has this pillow error come up? It's possible that a profile image downloaded ended up being just an empty file.

> Fixed the problem myself, > > Seems like models needed to be in same folder and also folder needed to be directed to > docker/tinder/tinder:/tindetheus > > Problem now...

Hmm seems the ubuntu build has changed a bit. This was my first try in docker: ``` root@ac1f190e018a:/tinder# tindetheus browse Traceback (most recent call last): File "/usr/local/bin/tindetheus", line 33, in...

@MajorLOL You are still getting core dumps?

does `tindetheus --help` give core dump too

Just a sanity check while I wait for the new docker build. Just make sure plane python works. `python3 -c 'print("hello world")'`