lsc-cnn icon indicating copy to clipboard operation
lsc-cnn copied to clipboard

can't upload file of error_function.so

Open sanakousar00 opened this issue 4 years ago • 2 comments

i can't upload file error_function.so on google colab what can I do now

sanakousar00 avatar Apr 07 '20 12:04 sanakousar00

Can you elaborate on what the problem / error is? Did you try compiling the script.sh? If so, what was the error?

pvskand avatar Apr 07 '20 16:04 pvskand

i can't upload file error_function.so on google colab what can I do now

Just place the following code snippet in a cell and replace the path/to/your/code/ with the path inside your drive..

!git clone https://github.com/val-iisc/lsc-cnn.git
!cp /contents/lsc-cnn/error_function.so path/to/your/code

pasquale90 avatar Apr 29 '21 09:04 pasquale90