Skip to content

Commit

Permalink
First introduction of Colab in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikiskin committed Sep 1, 2021
1 parent eb9ad5b commit 76fcc50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Additional documentation for:
* [Code, feature, hyperparameter configuration](https://github.com/HumBug-Mosquito/HumBugDB/blob/devel/docs/code_configuration.md)

## Installation instructions
Code compatible with both PyTorch and Keras (GPU).
You may choose to use the Colab environment which is natively compatible with all of our code. Alternatively, see the instructions for manually configuring an environment to run the Jupyter notebooks.
### Google Colab
* Installation and use with Google Colab [here](https://colab.research.google.com/drive/1MYsFiXYwuStrNyqg6lxqKD4DxQRKTqMU?usp=sharing).

### Jupyter notebook
* Installation instructions for PyTorch: `InstallationLogPyTorch.txt` which include the requirements to run all the code.
* Keras requirements are given in `condarequirementsKeras.txt` and `piprequirementsKeras.txt`.

Expand Down

0 comments on commit 76fcc50

Please sign in to comment.