Julian Gamble
Julian Gamble
Increment project version number for code changes.
Here the author writes: > Would it also parse ISO timestamps like `2015-03-05T19:40:53.324Z`? Eg. what you get from javascript `new Date().toISOString()`. https://github.com/stedolan/jq/issues/364#issuecomment-77442886 What we need is strptime("%Y-%m-%dT%H:%M:%S.%fZ") similar to how...
Hi @progrium and @josegonzalez, I know you've discussed rancher integration on the mailing lists before. I've tested this and I'm getting rancher external ports coming up in consul using this...
Fixing reference to core.async which is now broken.
Note that to create users and grant permissions, you need to have PasswordAuthenticator and CassandraAuthorizer enabled. I was using it to set up Datomic on Cassandra cluster. (you can read...
Hi @cabrinoob , Thanks for your work on this project. It was inspirational. (I had a couple of nights hacking on this before I went in another direction). I've done...
## Description When running `TrainPikachuTest` on an M1 Mac I get the error `UnsupportedOperationException: Not implemented` ### Expected Behavior The `TrainPikachuTest` runs as expected and a model is produced. ###...
## Description To me it appears when making a vanilla contribution that all the build bots fail. It seems to me we should remove build bots that block a merge...
## Description ## This PR adds a test for MultiboxPrior. This code is based on the deepjavalibrary.djl class: https://github.com/deepjavalibrary/djl/blob/master/integration/src/main/java/ai/djl/integration/tests/modality/cv/MultiBoxPriorTest.java
Making it clear and obvious how to download the data files, and what file structure they need to be in.