Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
0b5f433e
Commit
0b5f433e
authored
3 years ago
by
Elias Werner
Browse files
Options
Downloads
Patches
Plain Diff
add "standalone" tf hint
parent
5d1559b6
No related branches found
No related tags found
5 merge requests
!333
Draft: update NGC containers
,
!322
Merge preview into main
,
!319
Merge preview into main
,
!279
Draft: Machine Learning restructuring
,
!258
Data Analytics restructuring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/tensorflow.md
+5
-4
5 additions, 4 deletions
doc.zih.tu-dresden.de/docs/software/tensorflow.md
with
5 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/tensorflow.md
+
5
−
4
View file @
0b5f433e
# TensorFlow
TensorFlow is a free end-to-end open-source software library for dataflow and differentiable
TensorFlow is a free end-to-end open-source software library for data
flow and differentiable
programming across many tasks. It is a symbolic math library, used primarily for machine learning
applications. It has a comprehensive, flexible ecosystem of tools, libraries and community
resources.
...
...
@@ -43,7 +43,8 @@ marie@ml$ module load TensorFlow
Module TensorFlow/2.3.1-fosscuda-2019b-Python-3.7.4 and 47 dependencies loaded.
```
Now we can use TensorFlow. In the following example, we create a python virtual environment and
Now we can use TensorFlow. Nevertheless when working with Python in an interactive job, we recommend
to use a virtual environment. In the following example, we create a python virtual environment and
import TensorFlow:
!!! example
...
...
@@ -95,8 +96,8 @@ Basic test of tensorflow - A Hello World!!!...
## TensorFlow with Python or R
F
or f
urther information on
TensorFlow in combination
with
P
ython
see
[
here
](
data_analytics_with_python.md
)
, for
R see
[
here
](
data_analytics_with_r
.md
)
.
Further information on
data analytics with Python can be found
[
here
](
data_analytics_
with
_p
ython
)
.
For information about
R
,
see
[
here
](
data_analytics_with_r
)
.
## Distributed TensorFlow
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment