-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cloning UCTB Repository Fails with SSH Public Key Error #41
Comments
Dear xubin04, Thanks for your interest in UCTB. According to your log, I think you may need to check your SSH keys. Here are several things that may help:
If you still cannot clone UCTB by command line, I recommend you download the source code on GitHub directly. |
Thank you for your timely reply. I have downloaded the source code successfully with the code ''git clone https://github.com/uctb/UCTB.git''. It might be because the instructions you provided in the tutorial are not quite suitable, but that's not important. What I want to ask is, since your project UTCB and One4All-ST include some code based on TensorFlow, I am unable to run the code you provided normally due to some hardware reasons and the widely criticized configuration issues with TensorFlow. So, I would like to ask if you would consider providing a library purely based on PyTorch so that more people can reproduce and follow your work. I believe this would be of great help to the entire community and would also bring greater impact to your work. |
We are immensely appreciative of your insightful advice regarding the release of the PyTorch-based toolbox. Actually, we are working on the torch version. In the interim, we kindly suggest considering the installation of an additional package to enable compatibility with 30/40 NVIDIA chips. For detailed instructions, please refer to our documentation at: https://uctb.github.io/UCTB/md_file/installation.html#high-version-gpu-framework-support |
Thank you for your response. The timely release of the PyTorch version would be of great help to me. The main issues with the current version are manifested when I run the experiment file of One4All-ST, and the following error occurs:Traceback (most recent call last): Original stack trace for 'conv2d_2/Conv2D': |
It appears that my graphics card, the 3090, does not seem to support the older version of TensorFlow 1.13.1 very well. Therefore, following the instructions in the tutorial, I tried to execute git clone [email protected]:uctb/UCTB.git, but encountered an error message:
Cloning into 'UCTB'...
The authenticity of host 'github.com (20.205.243.166)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,20.205.243.166' (ECDSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The text was updated successfully, but these errors were encountered: