jaxline icon indicating copy to clipboard operation
jaxline copied to clipboard

Can you provide some demos on how to use experiment?

Open cfangplus opened this issue 4 years ago • 3 comments

Can you provide some demos on how to use experiment?

cfangplus avatar Aug 03 '21 06:08 cfangplus

FWIW : I came here having seen it being used in their PerceiverIO release : https://github.com/deepmind/deepmind-research/blob/master/perceiver/train/experiment.py

mdda avatar Aug 25 '21 18:08 mdda

thx, and yea I have also seen another https://github.com/deepmind/deepmind-research/tree/master/ogb_lsc/mag. I think it's not easy to use and understand at that time, so I opened this issue, just hoping the community to provide some demo.

cfangplus avatar Aug 26 '21 09:08 cfangplus

here are some examples to use this repo: https://github.com/deepmind/kfac-jax/tree/main/examples

To run an example simply do:

python example_name/pipeline.py --config=example_name/pipeline.py

mingfeisun avatar Jul 31 '23 13:07 mingfeisun