You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This aim was to have only minimal changes to C++ code to get better maintainabil
7
7
8
8
## mxnet version
9
9
10
-
This version of BMXNet 2 is based on: *mxnet v1.5.0*
10
+
This version of BMXNet 2 is based on: *mxnet v1.5.1*
11
11
12
12
## News
13
13
@@ -22,6 +22,8 @@ See all BMXNet changes: [Changelog](CHANGELOG.md).
22
22
23
23
# Setup
24
24
25
+
If you only want to test the basics, you can also look at our [docker setup](#docker-setup).
26
+
25
27
We use [CMake](https://cmake.org/download/) to build the project.
26
28
Make sure to [install all the dependencies described here](docs/install/build_from_source.md#prerequisites).
27
29
If you install CUDA 10, you will need CMake >=3.12.2
@@ -114,6 +116,48 @@ The rest of our code resides in the following folders/files:
114
116
115
117
For more details see the [Changelog](CHANGELOG.md).
116
118
119
+
## Docker setup
120
+
121
+
A docker image for testing of BMXNet can be build similar to our CI script at [.gitlab-ci.yml](.gitlab-ci.yml), however it only supports CPU, so actual training might be tedious.
0 commit comments