Aj-232425

Results 10 comments of Aj-232425

> Currently, I want to try to retrain a new model but it's hard for me. As you said, "you are free to train this model using the model_fn provided"...

Hi @dylanhogg @jasonrig , I hope you are doing well. Following steps explained by you, I was able to generate TF records. Even I was able to create model ,...

Hey @dylanhogg , Thanks for replying. Yes I also have used tensorflow==1.15. So, what I did is generated TF records using generate_tf_record.py file. Also, I have used the same format...

Thank you so much @dylanhogg for this. Well , I was able to retrain model on existing tf version 1.15. But, I would definitely love to work further on your...

Hi @dylanhogg , I hope you are doing well. I have few queries, first can you please confirm while training model is it require to have data in billions. Or...

Thank you so much @jasonrig for actively replying. Yes, i did understood what you are telling. But when i applied tf.nn.softmax to find out the probability, i am getting an...

Thank you so much @jasonrig for detailed explanation, before I got chance to see your last reply, i had already applied and followed the same you explained. And yeah, you...

I have done relation annotation using doccano, i want to use annotated data in BERT transformers, do I need to make any changes to jsonl annotated data while fine tuning.

Hi, I want to train the model again on my own dataset. But can't find any source as you guys are discussing to train using running command Python main. But...

Thank you so much for reverting . Yes you are right it is out of date. I did the same thin renamed the __main__.py to main.py and ran the code...