deepmind-research
deepmind-research copied to clipboard
This repository contains implementations and illustrative code to accompany DeepMind publications
This line: https://github.com/deepmind/deepmind-research/blob/6fcb84268e74af981ae1496bfc2cb9ba9d701ef2/meshgraphnets/dataset.py#L52 returns an empty dataset when providing the path to the .tfrecord files. The data files were downloaded using the following command: `bash meshgraphnets/download_dataset.sh sphere_dynamic $DATA_FOLDER` For flag_simple...
Hello! Sorry for such a question at the Issues. Guys do you figure out why there is no progress with GLNs research? Does it fail on most tasks? Or just...
I am trying to train the model using the WaterRamps as in the example, and I have two doubts: - How many steps does it take to fit the model,...
Hi, I'm having trouble reproducing the enformer-training.ipynb due to the following error. Do I need to provide a user project to access the data? If so, how do I do...
To somebody who may care about this: I would like to re-implement the code with the dataset of sphere_simple, shall I add any collision detection code or just add world...
In meshgraphs, we can train, do the rollout and see the examples that are ready. But I saw in some interview that it the training done could be applied on...
I was trying to recreate the 'learning to simulate example', and when I finished training the model and try to plot the trajectory using ` python -m learning_to_simulate.render_rollout \ --rollout_path=/tmp/rollouts/WaterRamps/rollout_test_0.pkl...
The examples that come with meshgraphs goes from flags to aerodynamics. How can we create custom datasets to simulate our own data.
Hello, In the paper "Skillful Precipitation Nowcasting Using Deep Generative Models of Radar" you made use of an importance sampling scheme to increase the frequency with which crops with rain...
Hi, @saran-t Thanks for providing the implementation of PolyGen. I find that the sampling strategy implemented in the code (for both the vertex model and the face model) is not...