-
https://arxiv.org/abs/2403.10131
https://www.theverge.com/2024/4/6/24122915/openai-youtube-transcripts-gpt-4-training-data-google
https://storage.googleapis.com/deepmind-media/gemma/codegemma_report…
-
Hi,
You introduced this into run_alphafold.py, line 185:
pdb_2022_09_28_mmcif_files.tar # ~200k PDB mmCIF files in this tar.
mmcif_files/ # Directory containing ~200k PDB mmCIF files.
So run…
-
- https://deepmind.google/technologies/gemini/#introduction
- https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini
- https://deepmind.google/technologies/gemini/#capabilities
- htt…
-
## Issue: `jsonnet` version was NOT really bumped in release 0.24.5
... mostly because of questionable `requirements.txt` and `Pipenv` and `install_requires` "con-fusion" ...
----
**Jsonnet sti…
-
Hello,
I am a student working on my thesis and would like to reference and replicate the experiments from the blog "Simulating Complex Physics with Graph Networks: Step by Step".
However, when t…
-
https://github.com/deepmind/tapnet#tapir-demos
Deepmind had a similar work using the same testing images in your work? How is your work different from deepmind fundamentally?
I am a hobbyist, so…
-
## 一言でいうと
今まで出てきたDQNの手法を組み合わせて'Atari 2600 benchmark'でState of artsを達成
### 論文リンク
https://arxiv.org/pdf/1710.02298.pdf
### 著者/所属機関
Matteo Hessel/DeepMind
Joseph Modayil/DeepMind
Hado va…
-
I think, that seed in [add_noise ](https://github.com/google-deepmind/optax/blob/5fc395b5e49602e3c0027b976d1368755b20cd0b/optax/_src/transform.py#L693) should be replaced with key to follow `jax.rando…
-
Hi, are there any plans to port [OSQP](https://jaxopt.github.io/stable/_autosummary/jaxopt.OSQP.html#jaxopt.OSQP), or other ADMM solvers from JaxOpt to Optax soon?
Thanks :)
-
With Python 3.6+, `dict` are guarantee to keep insertion order, similarly to `OrderedDict`.
Both deepmind `tree` and `tf.nest` keep dict order, but `jax.tree_util` does not.
```py
import tensor…