Vladimir Stajilov
Vladimir Stajilov
In conversation.py ` Shared_Embedding = Embedding(output_dim=word_embedding_size, input_dim=dictionary_size, weights=[embedding_matrix], input_length=maxlen_input, name='Shared') ` however it produces the error above, should we reimport embeddings?
What can be the root cause for this? ``` for m in range(Epochs): # Loop over training batches due to memory constraints: for n in range(0,round_exem,step): q2 = q[n:n+step] print(q2)...
``` File "parse_job.py", line 20, in collect_latest_tweets() File "parse_job.py", line 17, in collect_latest_tweets tweet_count, tweet_id, tweet_time, dump_path = tweet_scrapper.get_profile_tweets() File "/home/vladimir/.local/lib/python3.6/site-packages/tweetscrape/profile_tweets.py", line 65, in get_profile_tweets log_file=output_file_name) File "/home/vladimir/.local/lib/python3.6/site-packages/tweetscrape/tweets_scrape.py", line 173,...
Solves the following issue ``` 2022-12-16 12:31:36 [twisted] CRITICAL: Traceback (most recent call last): File "/home/vladimir/.local/lib/python3.10/site-packages/twisted/internet/defer.py", line 1697, in _inlineCallbacks result = context.run(gen.send, result) File "/home/vladimir/.local/lib/python3.10/site-packages/scrapy/crawler.py", line 116, in crawl...
``` gem install statistics2 Building native extensions. This could take a while... ERROR: Error installing statistics2: ERROR: Failed to build gem native extension. current directory: /Users/vladimir/.rvm/gems/ruby-3.0.0/gems/statistics2-0.54/ext /Users/vladimir/.rvm/rubies/ruby-3.0.0/bin/ruby -I /Users/vladimir/.rvm/rubies/ruby-3.0.0/lib/ruby/3.0.0 -r...