Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
d57079b1
Commit
d57079b1
authored
2 years ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
another test update
parent
b042e991
Branches
Branches containing commit
Tags
Tags containing commit
6 merge requests
!468
first implementation of toar-data-v2, can load data (but cannot process these...
,
!467
Resolve "release v2.2.0"
,
!455
update for reqs
,
!449
Lukas issue402 tech hpc env update
,
!448
Resolve "update HPC environment"
,
!437
Resolve "era5 data"
Pipeline
#105617
failed
2 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_model_modules/test_flatten_tail.py
+1
-1
1 addition, 1 deletion
test/test_model_modules/test_flatten_tail.py
with
1 addition
and
1 deletion
test/test_model_modules/test_flatten_tail.py
+
1
−
1
View file @
d57079b1
...
@@ -62,7 +62,7 @@ class TestFlattenTail:
...
@@ -62,7 +62,7 @@ class TestFlattenTail:
assert
final_dense
.
units
==
2
assert
final_dense
.
units
==
2
assert
final_dense
.
kernel_regularizer
is
None
assert
final_dense
.
kernel_regularizer
is
None
inner_act
=
self
.
step_in
(
final_dense
)
inner_act
=
self
.
step_in
(
final_dense
)
assert
inner_act
.
name
==
'
tf.nn.elu
'
assert
inner_act
.
name
==
'
tf.nn.elu
_1
'
assert
inner_act
.
__class__
.
__name__
==
'
TFOpLambda
'
assert
inner_act
.
__class__
.
__name__
==
'
TFOpLambda
'
inner_dense
=
self
.
step_in
(
inner_act
)
inner_dense
=
self
.
step_in
(
inner_act
)
assert
inner_dense
.
name
==
'
Main_tail_inner_Dense
'
assert
inner_dense
.
name
==
'
Main_tail_inner_Dense
'
...
...
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