Frank Liu

Results 402 comments of Frank Liu

I published a docker image: docker pull deepjavalibrary/jupyter You can find docker file: https://github.com/awslabs/djl/blob/master/jupyter/Dockerfile

I submitted a PR: https://github.com/SpencerPark/IJava/pull/78

This is great. I have cherry-picked into my fork: https://github.com/frankfliu/IJava/commit/95602801c6adae0b26621fb0286e4e06eec0638a

I still have concern regarding name conflict. One of the use case is I opened multiple notebook, they are actually shared the same JVM, they actually can see each others...

@aamirbutt The different between 0.13.0 and 0.14.0 is the PyTorch version, can you try use PyTorch 1.9.0? ``` export PYTORCH_VERSION=1.9.0 ``` You can also try to run it with python...

This is really strange. Would you mind build DJL from source using git bisect to find which commit cause the issue? You need manually build pytorch JNI and then test...

Visual Studio Community addition is free.

@sakethsaxena s3:// is not an official protocol that supported by java. It's a pseudo protocol used by aws cli. And it usually requires aws sigv4 authentication. It's not likely MMS...

@sakethsaxena MMS doesn't support authentication. Adding authentications are non-trivial work, especially there are too many authentication scheme. For onetime authentication, you can use pre-signed URL with https. But for full...

@mikeobr Thanks for investigation. You proposal seems a good improvement. And mms should force use utf-8 for **sys.stdout** since java end expect it's utt-8. cp1252 is windows default encoding, when...