linguist89
linguist89
I installed via "pip install -U fer" so it should be the latest version This is the command I'm running in my Python script img = cv2.imread("test.jpeg") detector = FER()...
Package Version --------------------- --------- absl-py 1.0.0 anvil-uplink 0.3.42 astor 0.8.1 certifi 2021.10.8 charset-normalizer 2.0.12 cycler 0.11.0 fer 21.0.6 fonttools 4.31.2 future 0.18.2 gast 0.2.2 google-pasta 0.2.0 grpcio 1.44.0 h5py 2.10.0...
I'm running it on a Docker container, so I'm not sure if that could be a problem.
I've updated now to 22.4.0 and the Docker container is running fine, but it still gives me the error: 'Model' object has no attribute 'make_predict_function'
@justinshenk Thanks for the reply. I have tried that, but it still doesn't work. I've scoured the internet forums and it seems that there has been a Colab update and...
@justinshenk I'm continuing my comments from [this issue](https://github.com/justinshenk/fer/issues/29) since I didn't want to hijack his question. I've got the GPU working, but it seems that it was working the whole...
Thanks for the response. I've been trying that a few different ways, but it doesn't save any temp files. I'm running the evaluate script like this with $CHOSEN_MODEL being bert_base:...
I get that output and the file in tmp directory, but it's always empty, so I'm not sure what's going on. Also with the conll.py file, I can't really make...
@handesirikci I have not revisited the problem in a while because I've had my time taken up with a different project. I am going to have to get back to...
@handesirikci Thanks for the update. I've done everything you specified, but I get the following error: Traceback (most recent call last): File "evaluate.py", line 26, in model.evaluate(session, official_stdout=True, eval_mode=True) File...