P. Oscar Boykin

Results 373 issues of P. Oscar Boykin

We could add a method to the platform: ``` scala trait Platform[P

We can build an vector clock of the spouts.

I want a Spout that approximately every period of time T, `prev + T` and updates `prev = prev + T`.

the main use case for this library is scoring, document how people can use agate to score a model in their library. As an example, see: https://github.com/stripe/agate/blob/master/core/src/main/scala/com/stripe/agate/eval/Score.scala#L15 ```scala Model.load(onnxPath).use {...

`sbt run` should get you started, and there is a nice help for the command, but it would be nice for someone to read what it can do (inspect models)...

See: https://github.com/onnx/models It would be nice to have full coverage. From a few months ago, here is what is missing: ``` agate show zoo/*.onnx TOTAL: (51 distinct ops, 3677 total...

``` [error] /Users/oscar/stripe/agate/tests/src/test/scala/com/stripe/agate/tensor/Float16Test.scala:142:12: inferred type arguments [Float.type] do not conform to method render's type parameter bounds [A] [error] Claim(JFloat.compare(x.toFloat, shortBitsToFloat(x.raw)) == 0) [error] ^ [error] /Users/oscar/stripe/agate/tests/src/test/scala/com/stripe/agate/tensor/Float16Test.scala:142:13: type mismatch; [error] found...

see: https://github.com/oracle/graal/issues/1557 It *may* be possible to make this ruleset hermetic with those options. If not, it would be really nice to file the issues we need to make these...

currently we are using jdk 8 in CI it seems. This is starting to have issues: ``` Error: Exception in thread "sbt-bg-threads-1" java.lang.UnsupportedClassVersionError: mdoc/SbtMain has been compiled by a more...