deepmind-research icon indicating copy to clipboard operation
deepmind-research copied to clipboard

This repository contains implementations and illustrative code to accompany DeepMind publications

Results 326 deepmind-research issues
Sort by recently updated
recently updated
newest added

According to the paper, a block of the processor should perform the following updates: $e'_{ij} \gets f(e_{ij}, v_i, v_j)$ $v'_i \gets v_i + f(v_i, \sum_j e'_{ij}) $ where \( f...

This pull request addresses broken links in README.md for DeepMind’s open-source environments, datasets, and code by adding a new file and updating the README to reference it. **Changes** - Added...

This Pull Request enhances the `README.md` file in the `causal_reasoning` module of the DeepMind Research repository. 🔧 **Changes made:** - Rewrote the README with a clear project overview and motivation...

Efficiency: The zero array is created only once in __init__ instead of on every step call, eliminating redundant np.zeros calls. Minimization: Removed the del timestep line since it’s unnecessary—Python ignores...

![Screenshot 2024-12-12 014115](https://github.com/user-attachments/assets/2b828bec-ebbc-4a13-8f00-8a7d2c709eb8)

The deepmind-research README mentions open-source datasets and code, but lacks clear, working links. This hinders reproducibility and research progress.Problems: No central dataset/code index. Implicit mentions, not direct links. Potential broken/outdated...

Unable to access datasets for https://sites.google.com/view/learning-to-simulate#h.lwb3996pgmuj ![Image](https://github.com/user-attachments/assets/2f0bc455-2af8-4301-8ef6-877c7c1a3c60)

Hi! When I try and download the wikigraphs data set and run the code I get **403 Forbidden** when trying to access wikitext-103. I can't find the zip files for...

Enformer requires TensorFlow 2.4.1, but this version is not compatible with the NVIDIA H100 GPU (Hopper architecture). The H100 GPU requires CUDA 11.8+ and cuDNN 8.6+, while TensorFlow 2.4.1 only...