Yaser Sakkaf

Results 11 issues of Yaser Sakkaf

Hello, I have a text of about 70-80 words in a .txt file. I want to summarize it using the pre-trained model. Please guide me stepwise how to do. It...

Following are the default parameters used in the word_classifier_CTC notebook: char_size = 67 PAD = 0 # Padding num_new_images = 2 # Number of new images per image fac_alpha =...

bug

Please tell how to train the charClassifier with different data.

question

In OCR.ipynb for any Classifier other than the charclass this is error we get. `INFO:tensorflow:Restoring parameters from models/word-clas/en/CTC/Classifier --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () ----> 1 charClass...

question
error

--------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call last) /data/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args) 1360 try: -> 1361 return fn(*args) 1362 except errors.OpError as e: /data/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py in _run_fn(session, feed_dict, fetch_list, target_list, options,...

bug

Hi, Good work there. I needed to know how could I enhance your repo in order to stream the Video along with its audio???

Why am I getting this? ``` Scraping cnn Facebook Page: 2018-03-22 13:05:48.534324 HTTP Error 403: Forbidden Error for URL https://graph.facebook.com/v2.4/cnn/posts/?limit=100&access_token=1679745815446543|x-Y0ET5OXgMmn4zv75e_KZgcEFw&since=2015-01-01&until=2018-03-01&fields=message,link,created_time,type,name,id,comments.limit(0).summary(true),shares,reactions.limit(0).summary(true): 2018-03-22 13:05:55.654418 Retrying. HTTP Error 403: Forbidden Error for URL...

In Lab_1 , when I try to run ```tasks/test_functionality.sh``` or ```pytest -s text_recognizer/tests/test_character_predictor.py``` I get the error mentioned in the issue title. The entire error is as follows: ``` =========================================================================...

AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapper' AttributeError: module 'tensorflow.contrib.seq2seq' has no attribute 'DynamicAttentionWrapperState' I was getting this errors, which removed by removing the Dynamic from both DynamicAttentionWrapper and DynamicAttentionWrapperState...

Hi rouse, Appreciate your efforts. However as the libraries and all have updated and so this code gives a lot of errors. I have created a notebook with the latest...