You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hi,
I just wanted to try out another model, in particular the
exp_vae_chair-full
model.Thus I updated the evaluation script:
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 errorfatal: 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
inmodel_dsmnet_full.py
out, as it is not used in the code.The text was updated successfully, but these errors were encountered: