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

[WIP] Multimodal #71

Draft
wants to merge 132 commits into
base: dev
Choose a base branch
from
Draft

[WIP] Multimodal #71

wants to merge 132 commits into from

Conversation

Jaesun0912
Copy link
Collaborator

No description provided.

@YutackPark YutackPark added the enhancement New feature or request label Aug 16, 2024
@YutackPark
Copy link
Member

Running example_inputs/training/input.yaml fails with below error. Torch version 2.4.0

Model building...
Traceback (most recent call last):
File "/home/parkyutack/.local/venv11/svn_dev/bin/sevenn", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/parkyutack/.local/venv11/svn_dev/lib/python3.11/site-packages/sevenn/main/sevenn.py", line 85, in main
train(global_config, working_dir)
File "/home/parkyutack/.local/venv11/svn_dev/lib/python3.11/site-packages/sevenn/scripts/train.py", line 70, in train
model = build_E3_equivariant_model(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/parkyutack/.local/venv11/svn_dev/lib/python3.11/site-packages/sevenn/model_build.py", line 401, in build_E3_equivariant_model
shift = torch.FloatTensor(shift)
^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: new(): data must be a sequence (got float)

@YutackPark YutackPark self-requested a review August 19, 2024 03:37
@YutackPark
Copy link
Member

Line number < 80 for processing_dataset.py (+refactoring would heplful)

image

@YutackPark YutackPark changed the title Multimodal [WIP] Multimodal Aug 19, 2024
@YutackPark YutackPark mentioned this pull request Oct 9, 2024
19 tasks
@YutackPark YutackPark changed the base branch from main to dev October 22, 2024 00:45
@YutackPark YutackPark marked this pull request as draft December 12, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants