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

Colab Demo #16

Open
JPPPPPF opened this issue Aug 1, 2023 · 1 comment
Open

Colab Demo #16

JPPPPPF opened this issue Aug 1, 2023 · 1 comment

Comments

@JPPPPPF
Copy link

JPPPPPF commented Aug 1, 2023

Hello, I tried running the colab demo, but it's not working, there seems to be issues in the cell related to downloading and setting up the libraries, anyone knows how we can solve it please? Thanks!

@amrzv
Copy link

amrzv commented Jul 8, 2024

torch==1.6.0 is no longer available in colab.
Also, in the cell !python main.py --config configs/config_demo.yaml the error is raised

2024-07-08 21:09:06.585961: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-07-08 21:09:06.586031: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-07-08 21:09:06.587933: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2024-07-08 21:09:06.613331: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-07-08 21:09:08.086859: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
  File "/content/SCALE/main.py", line 218, in <module>
    main()
  File "/content/SCALE/main.py", line 32, in main
    args = parse_config()
  File "/content/SCALE/lib/config_parser.py", line 2, in parse_config
    import configargparse
ModuleNotFoundError: No module named 'configargparse'

image

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

2 participants