Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
punctuator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
punctuator
Merge requests
!9
Better support for cuda devices
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Better support for cuda devices
merge_hotfix
into
master
Overview
0
Commits
4
Pipelines
4
Changes
7
Merged
Better support for cuda devices
Michał Pogoda
requested to merge
merge_hotfix
into
master
Sep 3, 2020
Overview
0
Commits
4
Pipelines
4
Changes
2
0
0
Merge request reports
Compare
version 1
version 3
7d71f428
Sep 3, 2020
version 2
a4170706
Sep 3, 2020
version 1
8993b9cd
Sep 3, 2020
master (base)
and
version 2
latest version
51c49ff5
4 commits,
Sep 3, 2020
version 3
7d71f428
3 commits,
Sep 3, 2020
version 2
a4170706
2 commits,
Sep 3, 2020
version 1
8993b9cd
1 commit,
Sep 3, 2020
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/utils.py
+
0
−
1
View file @ a4170706
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,7 +14,6 @@ import pandas as pd
import
torch
import
torch.nn
as
nn
import
yaml
from
torch
import
mode
from
torch.optim
import
Optimizer
from
src.batch_loading
import
get_batches
,
get_ordered_dataframe_len
Loading