Is it possible to change the parameters when Fine Tuning?The documentation says "Fine tuning is the process of training an existing model on new data without changing any part of the network", but does that mean that parameters like momentum, learning rate, etc. cannot be changed?
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c671d6ad-7437-4d5c-8072-3c5a77c88268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you want to change parameters, please look at the replace layers option. With fine tuning you cannot change them.
On Tue 21 Aug, 2018, 7:27 AM , <j.b...@churadata.okinawa> wrote:
Is it possible to change the parameters when Fine Tuning?--The documentation says "Fine tuning is the process of training an existing model on new data without changing any part of the network", but does that mean that parameters like momentum, learning rate, etc. cannot be changed?
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c671d6ad-7437-4d5c-8072-3c5a77c88268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVyb9NMLmA%2BCnY2ZSi%2BSv0LT1cmQ8SgcuP5xLHBoa69fg%40mail.gmail.com.
Thank you for the prompt response!
On Tue, Aug 21, 2018 at 1:14 PM, Shree Devi Kumar <shree...@gmail.com> wrote:
If you want to change parameters, please look at the replace layers option. With fine tuning you cannot change them.
On Tue 21 Aug, 2018, 7:27 AM , <j.b...@churadata.okinawa> wrote:
Is it possible to change the parameters when Fine Tuning?--The documentation says "Fine tuning is the process of training an existing model on new data without changing any part of the network", but does that mean that parameters like momentum, learning rate, etc. cannot be changed?
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c671d6ad-7437-4d5c-8072-3c5a77c88268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVyb9NMLmA%2BCnY2ZSi%2BSv0LT1cmQ8SgcuP5xLHBoa69fg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAGO_jRmrNJ%2BYG0E_xuKhhs5DFdvamKWL3NdZLNkLcjxzxCt4pQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
>lstmtraining --model_output ./layer_from_deva/layer --continue_from ./layer_from_deva/Devanagari.lstm --append_index 5 --net_spec '[Lfx192 O1c1]' --traineddata ./sanplustrain/san/san.traineddata --train_listfile ./sanplustrain/san.training_files.txt --eval_listfile ./sanpluseval/san.training_files.txt --debug_interval 0 --max_image_MB 6000 --max_iterations 500Loaded file ./layer_from_deva/Devanagari.lstm, unpacking...Warning: LSTMTrainer deserialized an LSTMRecognizer!Continuing from ./layer_from_deva/Devanagari.lstmAppending a new network to an old one!!Warning: given outputs 1 not equal to unicharset of 149.Num outputs,weights in Series:Lfx192:192, 197376Fc149:149, 28757Total weights = 226133Built network:[1,48,0,1[C3,3Ft16]Mp3,3Lfys64Lfx64Lrx64Lfx192Fc149] from request [Lfx192 O1c1]Training parameters:Debug interval = 0, weights = 0.1, learning rate = 0.001, momentum=0.5I have not tried changing the parameters even with replace layers. Do provide feedback on your experience,
On Tue, Aug 21, 2018 at 12:00 PM Jacob Biros <j.b...@churadata.okinawa> wrote:
Thank you for the prompt response!
On Tue, Aug 21, 2018 at 1:14 PM, Shree Devi Kumar <shree...@gmail.com> wrote:
If you want to change parameters, please look at the replace layers option. With fine tuning you cannot change them.
On Tue 21 Aug, 2018, 7:27 AM , <j.b...@churadata.okinawa> wrote:
Is it possible to change the parameters when Fine Tuning?--The documentation says "Fine tuning is the process of training an existing model on new data without changing any part of the network", but does that mean that parameters like momentum, learning rate, etc. cannot be changed?
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c671d6ad-7437-4d5c-8072-3c5a77c88268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVyb9NMLmA%2BCnY2ZSi%2BSv0LT1cmQ8SgcuP5xLHBoa69fg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAGO_jRmrNJ%2BYG0E_xuKhhs5DFdvamKWL3NdZLNkLcjxzxCt4pQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUyeO%2BsoKOBLje9j3%2B7cCDmvmTeLf%2BmXVEQx_hyhRMf0w%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduWn9Q_h97cp2q7HRdN-a6u%3DFiGGeH2oAmykywfbEGPUew%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c671d6ad-7437-4d5c-8072-3c5a77c88268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVyb9NMLmA%2BCnY2ZSi%2BSv0LT1cmQ8SgcuP5xLHBoa69fg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAGO_jRmrNJ%2BYG0E_xuKhhs5DFdvamKWL3NdZLNkLcjxzxCt4pQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
--
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/hjZizqQm2wA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduUyeO%2BsoKOBLje9j3%2B7cCDmvmTeLf%2BmXVEQx_hyhRMf0w%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAGO_jRn4ZkVDfVRirk0j6zHdyPj%3DJK8b-70KxdK_ZFVSVWWHeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Sorry, one more question. We set up 4 different machines all running the command below except for minor differences in the momentum and the learning rate. Changing the momentum and learning rate in this situation, because it is fine tuning, shouldn't affect anything right? In our case though each machine produced different results. Do you have any idea what exactly is causing this? I can provide more information as necessary. Thanks.training/lstmtraining --traineddata ~/tesstutorial/jpntrain/jpn/jpn.traineddata \--continue_from ~/fine_tuning/models/jpn.lstm \--net_spec '[1,36,0,1 Ct3,3,16 Mp3,3 Lfys48 Lfx96 Lrx96 Lfx256 O1c111]' \--model_output ~/bouch_fine_tuning/0819_fine20fonts_mom05_lr1e-4_010/base --learning_rate 1e-4 \--momentum 0.5 \--train_listfile ~/bouch_train/jpntrain/jpn.training_files.txt \--eval_listfile ~/bouch_train/jpneval/jpn.training_files.txt \--max_iterations 100000 &>~/bouch_fine_tuning/0819_fine20fonts_mom05_lr1e-4_010/basetrain.log \--old_traineddata /usr/local/share/tessdata/__official_jpn.traineddata \--debug_interval -1