-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error converting symbolic tensor object to numpy while running RELERNN_TRAIN #60
Comments
hi there-- to help debug this can you give me a full list of the versions in your python environment? assuming you use also are you getting this error trying to run our example input? |
Hello, thanks for getting back to me. Yes I am getting the same error when I try to run the sample input. Here are my conda environment details:
|
looks like this might be caused by the older version of # 1. create a new conda env, activate it
conda create -n relernn_test python=3.10 --yes
conda activate relernn_test
# 2. confirm pip is pointing to this env
which pip
# 3. use that pip to install everything for this repo
pip install .
# 4. test this installation
cd examples
./example_pipeline.sh |
Hi Andrew, Thanks for the help! I have tried your suggested lines and here are the output: So I installed h5py to this testing env, and reran the test script: Then again I installed tensorflow via conda/mamba to this test env. And tested it again (numpy was downgraded from 2.2.2 to 1.26.4). This time ReLERNN was able to begin running: ... I'm not sure if you have seen this error before, but I appreciate any help! Regards, |
While running RELERNN_TRAIN, I ran into the following error which appears to be the result of a failure to convert a tensor object to a numpy array. I ran into this after a fresh install of a conda environment following the same versions of dependencies specified in the documentation (tensorflow/2.2.0, cudatoolkit/10.1.243, and cudnn/7.6.5). Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: