Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaNet
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Machine Learning
OrcaNet
Commits
3c57551f
Commit
3c57551f
authored
3 years ago
by
Stefan Reck
Browse files
Options
Downloads
Patches
Plain Diff
fix for graph datasets in train mode
parent
e6529df4
Branches
update_ci
Branches containing commit
Tags
v0.16.3
Tags containing commit
No related merge requests found
Pipeline
#22832
passed
3 years ago
Stage: test
Stage: coverage
Stage: doc
Stage: docker
Stage: release
Stage: singularity
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
orcanet/in_out.py
+1
-1
1 addition, 1 deletion
orcanet/in_out.py
with
1 addition
and
1 deletion
orcanet/in_out.py
+
1
−
1
View file @
3c57551f
...
...
@@ -405,7 +405,7 @@ class IOHandler(object):
for
n
,
file_no_set
in
enumerate
(
self
.
yield_files
(
which
)):
# the number of samples in the n-th file of all inputs
file_sizes_full
[
n
]
=
[
h5_get_number_of_rows
(
file
,
datasets
=
[
self
.
cfg
.
key_y_values
,
self
.
cfg
.
key_x_values
])
file
,
datasets
=
[
self
.
cfg
.
key_y_values
])
for
file
in
file_no_set
.
values
()]
if
not
file_sizes_full
[
n
].
count
(
file_sizes_full
[
n
][
0
])
==
\
len
(
file_sizes_full
[
n
]):
...
...
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