Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
LBN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
3pia
LBN
Commits
9218607b
Commit
9218607b
authored
Mar 07, 2019
by
Marcel Rieger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ci, add note on TensorFlow 2.0.
parent
d51237a4
Pipeline
#118263
passed with stages
in 34 seconds
Changes
3
Pipelines
38
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
README.md
README.md
+3
-1
requirements.txt
requirements.txt
+1
-1
No files found.
.gitlab-ci.yml
View file @
9218607b
...
...
@@ -16,7 +16,7 @@ unittests_py2:
stage
:
test
tags
:
-
docker
image
:
tensorflow/tensorflow:
latest
image
:
tensorflow/tensorflow:
1.13.1
script
:
-
python -m unittest test
...
...
@@ -24,6 +24,6 @@ unittests_py3:
stage
:
test
tags
:
-
docker
image
:
tensorflow/tensorflow:
latest
-py3
image
:
tensorflow/tensorflow:
1.13.1
-py3
script
:
-
python -m unittest test
README.md
View file @
9218607b
...
...
@@ -29,7 +29,9 @@ Via [pip](https://pypi.python.org/pypi/lbn):
pip
install
lbn
```
NumPy and TensorFlow are the only dependencies.
NumPy and TensorFlow (1.X) are the only dependencies.
TensorFlow 2.0 is not
*yet*
supported.
### Testing
...
...
requirements.txt
View file @
9218607b
numpy
tensorflow
tensorflow
<2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment