Skip to content

Commit

Permalink
updates for binder env
Browse files Browse the repository at this point in the history
  • Loading branch information
ya54 committed Dec 8, 2022
1 parent 09c5973 commit 4b7f4e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMEpredict/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ The fourth argument "0" denotes that the program will load and use the pre-train

The output obtained by executing the above command is stored in the file named gru-x-output.csv or lstm-x-output.csv in the zip. This output file is the same as the normalized_testing_x file except that it has one additional column (the first column) titled "Predicted Label," which contains labels predicted by our program. The value "padding" is removed from the output file.

Our program is run on Python 3.9.7, Keras 2.2.4, and TensorFlow 2.8.0.
Our program is run on Python 3.9.7, Keras 2.8.0, and TensorFlow 2.8.0.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Run `pip install -r requirements.txt` (recommended), or manually install the fol
| scikit-learn | 1.0.1 | Neural network libraries |
| matplotlib | 3.5.2 | Plotting and graphs |
| tensorflow-gpu | 2.8.0 | Neural network libraries |
| keras | 2.2.4 | Artificial neural networks API |
| keras | 2.8.0 | Artificial neural networks API |


## References
Expand Down
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: binder_env
channels:
- defaults
dependencies:
- pandas=1.4.4
- python=3.9.7
- pip
- pip:
- tensorflow-gpu==2.8.0
- tensorboard==2.8.0
- numpy==1.21.6
- keras==2.8.0
- scikit-learn==1.0.1
- matplotlib==3.5.2
6 changes: 0 additions & 6 deletions requirements.in

This file was deleted.

8 changes: 0 additions & 8 deletions setup.txt

This file was deleted.

0 comments on commit 4b7f4e4

Please sign in to comment.