Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SDKN
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
Service Desk
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
pub
ians-anm
SDKN
Commits
3ed77423
Commit
3ed77423
authored
2 years ago
by
Tizian Wenzel
Browse files
Options
Downloads
Patches
Plain Diff
sdkn: Some files added (required for P41 computations).
parent
bf0bc5c8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
main_lightning_SDKN.py
+1
-1
1 addition, 1 deletion
main_lightning_SDKN.py
utils/lightning_models.py
+3
-3
3 additions, 3 deletions
utils/lightning_models.py
utils/utilities.py
+2
-2
2 additions, 2 deletions
utils/utilities.py
with
6 additions
and
6 deletions
main_lightning_SDKN.py
+
1
−
1
View file @
3ed77423
...
...
@@ -4,7 +4,7 @@
import
pytorch_lightning
as
pl
from
pytorch_lightning.loggers
import
TensorBoardLogger
from
utils
import
utilities
from
sdkn.
utils
import
utilities
from
utils
import
lightning_models
from
utils
import
settings
from
datetime
import
date
...
...
This diff is collapsed.
Click to expand it.
utils/lightning_models.py
+
3
−
3
View file @
3ed77423
...
...
@@ -3,10 +3,10 @@
import
pytorch_lightning
as
pl
import
torch
from
torch
import
nn
from
utils.utilities
import
ActivFunc
from
utils
import
kernels
from
sdkn.
utils.utilities
import
ActivFunc
from
sdkn.
utils
import
kernels
from
torch.nn
import
functional
as
F
from
utils
import
settings
from
sdkn.
utils
import
settings
class
Network
(
pl
.
LightningModule
):
...
...
This diff is collapsed.
Click to expand it.
utils/utilities.py
+
2
−
2
View file @
3ed77423
...
...
@@ -5,8 +5,8 @@ import torch
from
torch.utils.data
import
DataLoader
from
torch.utils.data
import
Dataset
from
utils
import
kernels
from
utils
import
settings
from
sdkn.
utils
import
kernels
from
sdkn.
utils
import
settings
class
TorchDataset
(
Dataset
):
...
...
This diff is collapsed.
Click to expand it.
Wenzel, Tizian
@wenzeltn
mentioned in commit
9037c386
·
2 years ago
mentioned in commit
9037c386
mentioned in commit 9037c386e7217b07abc049d584155a494dd1ab38
Toggle commit list
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