Commit Graph

11 Commits

Author SHA1 Message Date
Alvaro Sanchez-Gonzalez fb1d757863 pytype fix
PiperOrigin-RevId: 525432152
2023-06-02 18:04:22 +01:00
Jake VanderPlas 9d01171d43 Replace references to deprecated jax.curry function.
This is deprecated as of https://github.com/google/jax/pull/15263

PiperOrigin-RevId: 520269385
2023-06-02 18:03:54 +01:00
Peter Hawkins d988ff1bf2 Replaces references to jax.numpy.DeviceArray with jax.Array.
PiperOrigin-RevId: 515678285
2023-06-02 18:03:13 +01:00
Peter Hawkins 4caaad8b0a [NumPy] Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str).

NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy.

PiperOrigin-RevId: 495851585
2023-01-31 17:17:04 +00:00
Alvaro Sanchez-Gonzalez a318c69018 Fixing bug in open source implementation of OGB-LSC/PCQ.
PiperOrigin-RevId: 483319710
2022-10-24 11:16:37 +00:00
Jake VanderPlas 6fcb84268e Use jax.tree_util.tree_map in place of deprecated tree_multimap.
The latter is a simple alias of the former, so this change is a no-op.

PiperOrigin-RevId: 461229165
2022-07-24 17:53:28 +01:00
Petar Veličković 08a26772ec Update arXiv version + citation for OGB-LSC
PiperOrigin-RevId: 394217992
2021-09-17 17:49:29 +01:00
Georg Ostrovski db1d396077 Fix silently broken use of tf.config.experimental.set_visible_devices.
The function expects device strings to be upper-case ('GPU' instead of 'gpu', etc) and silently fails when used with an empty device list and a lower-case device identifier.

PiperOrigin-RevId: 382547669
2021-07-06 13:11:45 +00:00
Alvaro Sanchez-Gonzalez 438d06513e Misc README fixes.
PiperOrigin-RevId: 379669157
2021-06-16 13:21:39 +01:00
Ravichandra Addanki 4c80e527c4 Add note about installing jaxlib version with GPU support.
PiperOrigin-RevId: 379668009
2021-06-16 13:20:27 +01:00
Alvaro Sanchez-Gonzalez a3c133404e Add OGB-LSC code.
PiperOrigin-RevId: 379591158
2021-06-16 00:00:06 +01:00