Hello, I am trying to recreate the https://github.com/LiuLab-Bioelectronics-Harvard/UnitedNet/blob/main/notebooks/ATACSeq.ipynb and I am getting an error at the stage of
model.train(adatas_train, verbose=True)
The error I am getting says this: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
I am attaching the relevant snapshot. I have successfully completed the DLPFC notebook and never had a similar issue. I am running UnitedNet on a GPU-equipped Colab.

The data that I am trying to load were retrieved from your zenodo link: https://zenodo.org/records/7708592#.ZBSIp3Yo9aQ
Thank you in advance!
GG
Hello, I am trying to recreate the https://github.com/LiuLab-Bioelectronics-Harvard/UnitedNet/blob/main/notebooks/ATACSeq.ipynb and I am getting an error at the stage of
model.train(adatas_train, verbose=True)The error I am getting says this: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
I am attaching the relevant snapshot. I have successfully completed the DLPFC notebook and never had a similar issue. I am running UnitedNet on a GPU-equipped Colab.

The data that I am trying to load were retrieved from your zenodo link: https://zenodo.org/records/7708592#.ZBSIp3Yo9aQ
Thank you in advance!
GG