Git Product home page Git Product logo

Comments (5)

ew66 avatar ew66 commented on May 7, 2024

The author uses tf.train.Supervisor for the training process, so the process will stop until an exception is raised or any other thread calls request_stop by some reason. You could setup the stop criteria by yourself, or simply press Ctrl+C to stop the whole process, then the process will save the checkpoint before it leaves.

from hdrnet.

shacharp avatar shacharp commented on May 7, 2024

Where do we define, or even infer, the maximum number of epochs or steps on the default model? I have an example running for almost 5 days with only 2000 images and I don't know when will it stop.

@rmozart , can you elaborate about the compilation process? Many people are struggling with it, and you made it.

What cuda & cudnn versions?
What TF version?
What std=c++?
What code version did you use (which commit?)
Do you have a docker for it? Can you share the .so file?

Thanks!

from hdrnet.

ew66 avatar ew66 commented on May 7, 2024

Where do we define, or even infer, the maximum number of epochs or steps on the default model? I have an example running for almost 5 days with only 2000 images and I don't know when will it stop.

@rmozart , can you elaborate about the compilation process? Many people are struggling with it, and you made it.

What cuda & cudnn versions? What TF version? What std=c++? What code version did you use (which commit?) Do you have a docker for it? Can you share the .so file?

Thanks!

Hi, I could also share some information for my compilation.

I compile the bilateral_slice.cu.cc with the environment:
TF2.5 source code, CUDA-10.0, std=c++11.
Unfortunately, that’s all I remember.

I have a note in Chinese to remind me how to solve the compilation errors. You could share where you are now, perhaps I could give you a hand:)

from hdrnet.

ew66 avatar ew66 commented on May 7, 2024

Where do we define, or even infer, the maximum number of epochs or steps on the default model? I have an example running for almost 5 days with only 2000 images and I don't know when will it stop.

@rmozart , can you elaborate about the compilation process? Many people are struggling with it, and you made it.
What cuda & cudnn versions? What TF version? What std=c++? What code version did you use (which commit?) Do you have a docker for it? Can you share the .so file?
Thanks!

Hi, I could also share some information for my compilation.

I compile the bilateral_slice.cu.cc with the environment: TF2.5 source code, CUDA-10.0, std=c++11. Unfortunately, that’s all I remember.

I have a note in Chinese to remind me how to solve the compilation errors. You could share where you are now, perhaps I could give you a hand:)

I forgot which commit I used before, but I remember the time I built it is around 2018. So I think you could try this commit:
5ac95ef

from hdrnet.

shacharp avatar shacharp commented on May 7, 2024

Where do we define, or even infer, the maximum number of epochs or steps on the default model? I have an example running for almost 5 days with only 2000 images and I don't know when will it stop.

@rmozart , can you elaborate about the compilation process? Many people are struggling with it, and you made it.
What cuda & cudnn versions? What TF version? What std=c++? What code version did you use (which commit?) Do you have a docker for it? Can you share the .so file?
Thanks!

Hi, I could also share some information for my compilation.
I compile the bilateral_slice.cu.cc with the environment: TF2.5 source code, CUDA-10.0, std=c++11. Unfortunately, that’s all I remember.
I have a note in Chinese to remind me how to solve the compilation errors. You could share where you are now, perhaps I could give you a hand:)

I forgot which commit I used before, but I remember the time I built it is around 2018. So I think you could try this commit: 5ac95ef

Thanks!
If you just could share your makefile it would be great

from hdrnet.

Related Issues (18)

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.