Skip to content
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 on DDM model for pytorch #399

Open
pgleeson opened this issue Feb 28, 2023 · 1 comment
Open

Error on DDM model for pytorch #399

pgleeson opened this issue Feb 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working PyTorch

Comments

@pgleeson
Copy link
Member

@davidt0x The pytorch_ddm.py model is failing for some reason, but only on ubuntu (it hasn't been changed recently though). See e.g. https://github.com/ModECI/MDF/actions/runs/4295791247/jobs/7486678614

FAILED tests/test_examples.py::test_example[additional_args0-examples/PyTorch/pytorch_ddm.py] - AttributeError: 'torch._C.BoolType' object has no attribute 'getElementType'

Strangely though, the tests when run with python -m pytest -v -m "pytorch" tests/ pass on my machine, but

 python pytorch_ddm.py 

run straight fails with a similar error.
Could you look into it?

@jdcpni
Copy link
Contributor

jdcpni commented Apr 19, 2023

Remove since we now have DDM function in ontology

@pgleeson pgleeson added the bug Something isn't working label Apr 19, 2023
@jdcpni jdcpni added the PyTorch label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PyTorch
Projects
None yet
Development

No branches or pull requests

3 participants