rakashi

Results 11 issues of rakashi

I am trying to install jupyter using sudo -H pip install jupyter python version as 2.7.6 also I ma having python 3.4.3 But its giving the following error Can anyone...

Hi I have trained subset of Yelp data using keras 1.0.0 I got 399850by50reviews_words_index.pkl, review_sents_1859888.pkl how can I use these files for predicting my own text and Here my code...

Hi Sir, I am running the code to train multi class and im getting the error too many values to unpack using the yelp dataset. (reviews_words_index, labels) = pickle.load(open("review_sents_1859888.pkl", 'rb'))...

Hi I have trained flickr_logos_27_dataset, I understood this dataset contains 1000 plus images of 27 classes of logos, I have croped and augmented these images then after I have trained...

Hi, I am trying crop and augment the flickr_logos_27_dataset using below command (tensorflow)rakashi@pavan:~/PycharmProjects/DeepLogo-master$ python crop_and_aug.py I am unable to identify what is the problem, Ia musing the libraries list as...

# Shared settings user_name = heenatest # Should only contain alpha-numeric and underscores

Hi, I am trying run the alignDraw.py I am getting the following error monica@monica:~/PycharmProjects/text2image-master/coco$ python alignDraw.py ./models/coco-captions-32x32.json Traceback (most recent call last): File "alignDraw.py", line 3, in import h5py File...

Traceback (most recent call last): File "/home/bindu/Desktop/text similarity/Siamese-LSTM-master/SiameseLSTM.py", line 403, in dtr=pickle.load(open("./dwords.p",'rb')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4: ordinal not in range(128)

HI, I am trying to execute your code, but I am getting tensorflow version issues ? can you please suggest which tensorflow version have you used ?

Hi I am trying to execute python3.5 alt_i2v_V2.py --pred but here no model existing. can you please upload model to see the demo how its been working And also i...