Open xubin04 opened 4 months ago
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 If you encounter any issues, please feel free to let us know.
我们非常感谢您关于发布基于 PyTorch 的工具箱的有见地的建议。实际上,我们正在开发火炬版本。在此期间,我们建议您考虑安装一个额外的软件包,以实现与30/40 NVIDIA芯片的兼容性。有关详细说明,请参阅我们的文档: 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):
File "/home/xb/One4All-ST/exp.py", line 90, in
Original stack trace for 'conv2d_2/Conv2D':
File "/One4All-ST/exp.py", line 82, in
Instead of repeatedly dealing with the configuration issues of TensorFlow, I am more looking forward to the PyTorch version of the code you will release, which will once and for all solve the environmental configuration problems. I wish you a smooth development process.
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 git@github.com: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. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.