Note: the GitHub version has been modified for Tensorflow 2.5.0 You can either clone the public repository: git clone git://github.com/smousavi05/EQTransformer or (if you are working on Colab) pip install git+https://github.com/smousavi05/EQTransformer ...
SeisBench(https://github.com/seisbench/seisbench/) (https://arxiv.org/abs/2111.00786) is an open source benchmarking package which makes it easy to apply pre trained EqT model, retrain it, fine tune it (transfer learning), or compare it with other models. ...
git clone https://github.com/maihao14/BlocklyEQTransformer.git cd BlocklyEQTransformer Create New Conda Environment We recommend creating a custom conda environment where Blockly Earthquake Transformer can be installed along with its dependencies. Create a environment called bet: conda create -n bet ...
git clone git://github.com/smousavi05/EQTransformer or (if you are working on Colab) pip install git+https://github.com/smousavi05/EQTransformer Once you have a copy of the source, you can cd to EQTransformer directory and install it with: python setup.py install If you have insta...
Fork theEQTransformerproject (https://github.com/smousavi05/EQTransformer) Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) ...