Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.pytorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.pytorch
Merge requests
!25
Resolve "MC-CNN requires pytorch >= 0.4.1"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "MC-CNN requires pytorch >= 0.4.1"
16-mc-cnn-requires-pytorch-0-4-1
into
master
Overview
8
Commits
2
Pipelines
3
Changes
2
Merged
Resolve "MC-CNN requires pytorch >= 0.4.1"
Guillaume HEUSCH
requested to merge
16-mc-cnn-requires-pytorch-0-4-1
into
master
Mar 13, 2019
Overview
8
Commits
2
Pipelines
3
Changes
2
Closes
#16 (closed)
Edited
Mar 13, 2019
by
Guillaume HEUSCH
0
0
Merge request reports
Compare
master
version 1
951a5b3f
Mar 13, 2019
master (base)
and
latest version
latest version
8481635c
2 commits,
Mar 15, 2019
version 1
951a5b3f
1 commit,
Mar 13, 2019
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
conda/meta.yaml
+
4
−
4
View file @ 8481635c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,15 +35,15 @@ requirements:
-
bob.bio.base
-
bob.io.image
-
bob.ap
-
pytorch >=0.4
-
torchvision >=0.2.
0
-
pytorch >=0.4
.1
-
torchvision >=0.2.
1
run
:
-
python
-
setuptools
-
numpy >=1.11
-
docopt
-
pytorch =0.4
-
torchvision >=0.2.
0
-
pytorch =0.4
.1
-
torchvision >=0.2.
1
-
matplotlib
-
h5py
-
tensorflow >=1.4
Loading