Git Product home page Git Product logo

Comments (14)

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,

I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

from table-detect.

anishk12345 avatar anishk12345 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

from table-detect.

anishk12345 avatar anishk12345 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

from table-detect.

anishk12345 avatar anishk12345 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

from table-detect.

anishk12345 avatar anishk12345 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

Yes, I feel CUDA environment is not configured well.
Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0�Pb64:/usr/local/cuda-11.0�Pb64 2021-08-13 14:44:37.596900: I tensorflow�×ream_executor�Ôatform/default/dso_

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

Yes, I feel CUDA environment is not configured well.
Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0�Pb64:/usr/local/cuda-11.0�Pb64 2021-08-13 14:44:37.596900: I tensorflow�×ream_executor�Ôatform/default/dso_

Can you give me your dataset? Maybe I'll give it a try.

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,

I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

Is the accuracy rate.improve now?

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

Yes, I feel CUDA environment is not configured well.
Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0�Pb64:/usr/local/cuda-11.0�Pb64 2021-08-13 14:44:37.596900: I tensorflow�×ream_executor�Ôatform/default/dso_

Can you give me your dataset? Maybe I'll give it a try.

I seemed to have found a solution to improve the accuracy,Could you share your dataset? i can try the effect for you

from table-detect.

anishk12345 avatar anishk12345 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

Yes, I feel CUDA environment is not configured well.
Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0�Pb64:/usr/local/cuda-11.0�Pb64 2021-08-13 14:44:37.596900: I tensorflow�×ream_executor�Ôatform/default/dso_

Can you give me your dataset? Maybe I'll give it a try.

I seemed to have found a solution to improve the accuracy,Could you share your dataset? i can try the effect for you

I used the ICDAR 2013 dataset, https://www.tamirhassan.com/html/dataset.html

from table-detect.

yangyuqing15715165798 avatar yangyuqing15715165798 commented on July 20, 2024

Hello,
I tried training a model with my own data after annotating it using label-me. But while training I observed that my training loss is not converging nor is my accuracy increasing. It is stuck within a range of values (0.45 - 0.55 for accuracy). Any Idea why this is happening ?

I also encountered this problem, how many samples do you have for your training set?

I used around around 500 images on my training set. How much did you use ?

around 10 images,Do you have GPU training?

Yes, I tried training it on a GPU. I tried making some changes to some of the parameters as well. Nothing worked for me

I'm trying to run with GPU now, but I have some problems, can you teach me how to run with GPU?

Yes, what is the issue you are facing ?

First of all, if you use GPU training, do you need to change some code in the train.py?

Not Needed, just make sure CUDA is set up properly and that tensorflow is detecting your GPU. After that just make sure the model weights file is detected and it will work.

Yes, I feel CUDA environment is not configured well.
Could not load dynamic library 'libcusolver.so.11'; dlerror: libcusolver.so.11: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/local/cuda-11.0�Pb64:/usr/local/cuda-11.0�Pb64 2021-08-13 14:44:37.596900: I tensorflow�×ream_executor�Ôatform/default/dso_

Can you give me your dataset? Maybe I'll give it a try.

I seemed to have found a solution to improve the accuracy,Could you share your dataset? i can try the effect for you

I used the ICDAR 2013 dataset, https://www.tamirhassan.com/html/dataset.html

This code needs json format, how to convert ICDAR2013 files into json format? How is your method done, can you give me a copy of the converted data or provide some help?

from table-detect.

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.