vikram-gupta
vikram-gupta
Hi Friends, Do we have the support to run training on multiple GPUs to save time? I am having a machine with 4 GPUs but looks like only one of...
Hi @macournoyer , This is a small PR heavily inspired by the code changes done by @chenb67 in her fork and the discussions with you. 1) Commented out LR decay...
Hi @macournoyer We are replacing the words with "unknown" after we have encountered unique words equal to the vocab size. ``` if self.maxVocabSize > 0 and self.wordsCount >= self.maxVocabSize then...
I am getting out of memory error while running the demo using the following command. I am using GeForce GTX 1070. `python ./pose_demo.py image.png --out_name=prediction` ``` INFO:estimate_pose:Done! F1028 23:43:02.663663 10368...
This is not an issue but i was wondering if someone has tried generating the factoid answers and then doing some natural language generation to convert them into natural language....
Hi, I trained a LSTM model and got a decent validation accuracy after few epochs. However, I am not very clear with the correct way to store/restore the states of...
I have implemented the `ZLPeoplePickerViewControllerDelegate` protocol to get notified when user selects contacts. I am getting the recordIds of the selected contacts. How can I extract the phone number from...