RAJ

Results 13 comments of RAJ

Thank you @PiwanSama . I used ``` File file = new File(image.getPath). RequestBody fileToUpload = RequestBody.create(MediaType.parse("*/*"),file); ```

On Ubuntu 18.04 also ![ms-python-lang-serv-mem-usage](https://user-images.githubusercontent.com/26388709/87559402-df9b8100-c6d7-11ea-8690-36f1eb1603d2.png)

I too got this error. I was using just my "username". Using "[email protected]" worked for me.

Isn't `site_url` supposed to be of the form `https://abcd.sharepoint.com` ?

Thank you @danmarshall ! But the data url doesn't seem to be working when using as src of img tag. Also the theme doesn't change as mentioned above. And when...

@danmarshall, this is what I get when I use the URL in browser In firefox ![sample_op](https://user-images.githubusercontent.com/26388709/78591175-a3e35680-7860-11ea-94d7-91939e284955.PNG) In chrome ![sample_op_chrome](https://user-images.githubusercontent.com/26388709/78591361-f0c72d00-7860-11ea-973e-7c549b2c3549.PNG) I used it as `` Sorry for this long string, I...

Yes @danmarshall .

Thanks @danmarshall ! It does work on chrome perfectly! And works on firefox too, but the colors aren't retained properly. Chrome : Firefox : Any idea about embedding interactive plots...

This helped to run it on a non cuda device. ```python --- a/model/repairer/model/err_localize_edit.py +++ b/model/repairer/model/err_localize_edit.py @@ -39,7 +39,7 @@ def make_one_hot(labels, C): N x C, where C is class number....

Tried these, but didn't help ```bash export DYLD_LIBRARY_PATH=/usr/local/Cellar/llvm/12.0.0/lib/ export LD_LIBRARY_PATH=/usr/local/Cellar/llvm/12.0.0/lib/ ```