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

[Submodule: PyTorchEMD] No url found for submodule path 'code/PyTorchEMD' in .gitmodules #19

Open
GregorKobsik opened this issue Mar 29, 2023 · 0 comments

Comments

@GregorKobsik
Copy link

GregorKobsik commented Mar 29, 2023

Hi,

I just wanted to try out another model, in particular the exp_vae_chair-full model.

Thus I updated the evaluation script:

CUDA_VISIBLE_DEVICES=0 python eval_recon_sn.py \
  --exp_name 'exp_vae_chair-full' \
  --test_dataset 'test_no_other_less_than_10_parts.txt' \
  --model_epoch 2999

Unfortunately, the code does not run, as I am missing submodules. I tried to download them with git submodule update --init --recursive, but get the error fatal: No url found for submodule path 'code/PyTorchEMD' in .gitmodules

Can anyone anyone confirm this issue?

Is this repo https://github.com/daerduoCarey/PyTorchEMD correct? I will just try to fix it manually.

Solution:

Just comment from PyTorchEMD.emd import earth_mover_distance in model_dsmnet_full.py out, as it is not used in the code.

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

No branches or pull requests

1 participant