Raffi Khatchadourian

Results 148 comments of Raffi Khatchadourian

Looks like this file is missing from `jython-dev.jar`: https://github.com/juliandolby/jython3/blob/d54c09336693dfee71db258ca56c7339b81b844d/src/org/python/core/PySystemState.java#L1152 It's in the repository, however: https://github.com/juliandolby/jython3/blob/master/src/resources/frozen_importlib/_frozen_importlib.class.

Related to #33 and https://github.com/ponder-lab/ML/issues/4. With #33, perhaps the issue was not inconsistency but rather that Jython was superseding Jython3. With https://github.com/ponder-lab/ML/issues/4, parsing f-strings requires using Jython3 (f-strings are part...

BTW, https://github.com/ponder-lab/ML/issues/4 is an issue in our fork. At the time, it was created due to a build failure, and the upstream repo did not yet have a build.

This is still happening in https://github.com/wala/ML/tree/ddba21e7881f2a9cc825f1857aea5a5ea89f1bc3/com.ibm.wala.cast.python.ml.test.

In other words, it's a dataset of which tensors?

This may be blocked on #42, as we won't be able to test this unless we can distinguish between the tensors using their shapes.

I don't know if the trace type of datasets would have it make sense to pass them as arguments to hybrid functions, but I haven't seen this done.

[`zip()`](https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/data/Dataset#zip) looks very similar.