predictingthepast
No description available.
File Explorer
Download Latest Version (.zip)- release.yml
- inference.ipynb
- arch.png
- inscription.png
- logo.svg
- __init__.py
- inference.py
- __init__.py
- bigbird.py
- bigbird_attention.py
- common_layers.py
- model.py
- resnet.py
- t5_layers.py
- __init__.py
- alphabet.py
- dates.py
- eval.py
- loss.py
- optim.py
- region_names.py
- text.py
- __init__.py
- iphi-region-sub-loc.json
- iphi-region-sub.txt
- led-proper-names.txt
- led-region-sub-loc.json
- led-region-sub.txt
- README
- config_greek.py
- config_latin.py
- dataloader.py
- experiment.py
- launch_local.sh
- README.md
- .gitignore
- AUTHORS
- CONTRIBUTING.md
- example_input.txt
- inference_example.py
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google-deepmind/predictingthepast
Downloads the entire project code from GitHub to your computer.
cd predictingthepast
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
