Mohit Motwani

Results 7 issues of Mohit Motwani

Issue Type: Bug It is hard to reproduce this issue. But usually this happens when I'm connected to an AWS EC2 instance via SSH and running my heavy python project...

needs investigation

### 📚 The doc issue There is no documentation about decoding the received bytes form PredictionResponse into torch tensor efficiently. Currently, the only working solution is using `ast.literal_eval`, which is...

documentation

I'm trying to run this command in the main Gransk terminal: `python -m gransk.boot.ui` This returns a link which open the UI as expected. But when I add a file,...

As mentioned in the README.md of this project, I'm using the following code to to add files: ``` import io import gransk.api as api import gransk.core.document as document gransk =...

So I've tried running the main.py file with all the images in the data folder, but it only displays an empty plot. I'm using python 3.6.5. Please let me know...

I'm trying to run the main.py file and I get an Import error: `ImportError: cannot import name 'format_exc'` After some research from [stackoverflow](https://stackoverflow.com/questions/36250353/importing-installed-package-from-script-raises-attributeerror-module-has-no-at) and [other similar github issue](https://github.com/nltk/nltk/issues/1752), I find...

A sampler that selects a specific image and samples all pixels from that image. I believe this could be a useful class where the neural field is optimised per image....