Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Can't run train_deep_sdf.py #80

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Conversation

novauto-nju
Copy link

when I run train_deep_sdf.py.It will report :
(py36) D:\DeepSDF>python train_deep_sdf1.py -e examples/lamps
DeepSdf - INFO - ['This experiment learns a shape representation for lamps ', 'using data from ShapeNet version 2.']
DeepSdf - INFO - training with 1 GPU(s)
DeepSdf - INFO - There are 897 scenes
DeepSdf - INFO - starting from epoch 1
DeepSdf - INFO - Number of decoder parameters: 1844221
DeepSdf - INFO - Number of shape code parameters: 229632 (# codes 897, code dim 256)
DeepSdf - INFO - epoch 1...
Traceback (most recent call last):
File "train_deep_sdf1.py", line 627, in
main_function(args.experiment_directory, args.continue_from, int(args.batch_split))
File "train_deep_sdf1.py", line 484, in main_function
sdf_data = sdf_data.reshape(-1, 4 + 3) # Added 3 extra dimensions to data
RuntimeError: shape '[-1, 7]' is invalid for input of size 65536

@facebook-github-bot
Copy link

Hi @novauto-nju!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants