Git Product home page Git Product logo

Comments (6)

Hir320 avatar Hir320 commented on August 25, 2024

Hello,

I am also a beginner of programming. But I might be able to tell you something. Would you state which OS and CUDA you are using, and what made you stacked?

from unet-segmentation.

ssg5 avatar ssg5 commented on August 25, 2024

Hello, Thanks a lot for responding. I am trying to install the backend server on ubuntu 18.04 which is on a virtual GPU (oracle) on a windows computer. I have tried installing the backend server using the pre-built binaries and from the source. I am using CUDA 10.1. When I try to test the "Caffe" command, it shows me an error and when I try to test "caffe_unet" I get a usage message. Then when I try to execute the "ssh localhost caffe_unet" command, I get a usage message.
When I check if you can connect to the server and execute a program there I get errors telling "connection refused". I tried resolving that but it doesn't connect to the server whatsoever.
Sorry if some of it doesn't make sense, I am not sure if I am using the correct way to describe it.
Could you please help me out? I can reach out to you via mail as well if that is more convenient. thanks a lot I look forward to hearing from you.

from unet-segmentation.

ssg5 avatar ssg5 commented on August 25, 2024

When i tried to check what kind of GPU, I found out my GPU 0 is Intel (R) UHD Graphics 630 with a GPU memory of 15.9 GB. and I have a CPU. So I tried installing the caffe_unet_package_18.04_cpu.tar.gz and then followed the steps listed from Installation of the U-net package in "setup on own server (using pre-built binaries)" as I don't need to install CUDA. I think this is right, please let me know?

from unet-segmentation.

Hir320 avatar Hir320 commented on August 25, 2024

Sorry. It seems your environment is too complex for beginners including me. I can only tell you that the best environment for U-Net is a computer with a real GPU such as RTX2080Ti, CUDA 10.0, and Ubuntu 18.04.

Sorry, but I do not have experiences with virtual GPUs.

from unet-segmentation.

ThorstenFalk avatar ThorstenFalk commented on August 25, 2024

Your setup seems to be quite special. I especially wonder how an intel GPU and CUDA interoperate, since CUDA is nVidia specific. The CPU only variant should definitely work, but performance will be disappointing since the caffe version caffe_unet bases on is in no way optimized for the CPU.

Did you ever run any GPU-enabled binary based on CUDA in this setup? What's the error you get when running caffe? The fact that caffe throws an error while caffe_unet is showing a usage message might indicate that you have multiple concurrent installations of caffe. This may happen if you install caffe from your package management system and at the same time installing caffe_unet. Check the output of which caffe and which caffe_unet If one of them points to /usr/bin or the like, you probably have two caffe versions installed and the plugin will fail at least in finetuning mode.

The connection issue may be related to your authentication method. Is there more information than "Connection refused"? Maybe you have to enable legacy protocols in your SSH server. The plugin uses jsch for connection which only support a subset of available SSH protocols.

All the best,

Thorsten

from unet-segmentation.

ssg5 avatar ssg5 commented on August 25, 2024

Thanks a lot for your reply, I figured out the problem and proceeded with the CPU variant and the segmentation using the sample data is working. The performance is slow but I think I should be fine. Thanks a lot for your time
.

from unet-segmentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.