Hi,
Thanks for the awesome work. I'm trying to run the code, via non-docker method (because I only have non-sudo access to my server), and I encounter this error when running bash install.sh. Here is the error message.
mv: cannot stat 'build/lib.linux-x86_64-3.6/StructuralLosses': No such file or directory
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 1
What should I do?
I notice that without above installation, errors will be encountered in metrics/evaluation_metrics.py/metrics.StructuralLosses. For now, I only want to run the code with dummy data to see the data flow (value and each variable shape) to help me understand the details of the paper. Thus, running the non-optimal one (no cuda version) is also OK for me. Any suggestion?
Many thanks!
Hi,
Thanks for the awesome work. I'm trying to run the code, via non-docker method (because I only have non-sudo access to my server), and I encounter this error when running
bash install.sh. Here is the error message.What should I do?
I notice that without above installation, errors will be encountered in
metrics/evaluation_metrics.py/metrics.StructuralLosses. For now, I only want to run the code with dummy data to see the data flow (value and each variable shape) to help me understand the details of the paper. Thus, running the non-optimal one (no cuda version) is also OK for me. Any suggestion?Many thanks!