-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with using command train #35
Comments
Hey Sean, In the file anTraX/antrax/classifier.py, change line 513 to:
Then update the python code with |
Hi your first solution helped the first issue, but I'm currently trialing your other datasets to get a sense of how long my tests were. However when I try and run train on the V25 sample, it keeps coming up with the same error: Epoch 1/3 |
Both errors are due to compatibility issue with 3rd party packages.
Thanks for bringing this to my attention, I will update the requirement file accordingly. |
Uninstalling and installing pillow doesn't seem to have fixed the issue, any other ideas to what it might be? |
Can you verify the pillow version?
|
This is the error I get: |
The command I sent you are python command that need to be run inside a python interactive shell (open one by typing “python” while inside your antrax conda environment).
… On 23 Feb 2022, at 22:14, Sean-Nolan6 ***@***.***> wrote:
This is the error I get:
(test) ***@***.***:~$ import PIL
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 28, in
from CommandNotFound import CommandNotFound
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 19, in
from CommandNotFound.db.db import SqliteDatabase
File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 5, in
import apt_pkg
ImportError: /usr/local/MATLAB/MATLAB_Runtime/v96/sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libapt-pkg.so.6.0)
—
Reply to this email directly, view it on GitHub <#35 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACERP5VPDS74BUENN6UVWPTU4U53NANCNFSM5LYZGGHA>.
You are receiving this because you commented.
|
See [this comment](Social-Evolution-and-Behavior#35 (comment)) in issue Social-Evolution-and-Behavior#35.
Hi
I am currently setting up Antrax on an Ubuntu 21.10. I am using conda as a virtual environment and have installed the Matlab python engine that came with Matlab R2019a. The issue I currently am having is that when using the command antrax train I am seeing an error of:
It seems to be an error regarding the Matlab python engine version however I am using Matlab R2019a and pip list shows I have matlabengineforpython R2018a installed.
Any help fixing this would be appreciated.
The text was updated successfully, but these errors were encountered: