Skip to content

Commit

Permalink
Update tensorflow 1.15.2 to 1.15.3
Browse files Browse the repository at this point in the history
I updated tensorflow to the latest version because we could not detect a GPU. See this post for more information. tensorflow/tensorflow#36476
  • Loading branch information
Cazares, Tareian authored and Cazares, Tareian committed Jun 4, 2021
1 parent 39bce87 commit 87b6865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion maxatac/analyses/train.py
@@ -1,7 +1,6 @@
import logging
import sys
import timeit
import pandas as pd

from maxatac.utilities.constants import TRAIN_MONITOR
from maxatac.utilities.system_tools import Mute
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def get_description():
license="Apache-2.0",
include_package_data=True,
packages=find_packages(),
install_requires=["tensorflow-gpu==1.15.2",
install_requires=["tensorflow-gpu==1.15.3",
"tensorboard",
"keras==2.3.1",
"py2bit==0.3.0",
Expand Down

0 comments on commit 87b6865

Please sign in to comment.