Commit d7b0156
committed
[MXNET-711] Website build and version dropdown update (apache#11892)
* adding param for list of tags to display on website
* using new website display argument for artifact placement in version folder
* adding display logic
* remove restricted setting for testing
* update usage instructions
* reverted Jenkinsfile to use restricted nodes
[MXAPPS-581] Fixes for broken Straight Dope tests. (apache#11923)
* Update relative paths pointing to the data directory to point to the
correct place in the testing temporary folder.
* Enable the notebooks that were previously broken because of relative
file paths not pointing to the correct place.
* Move some notebooks we do not plan to test to the whitelist. These
notebooks are not published in the Straight Dope book.
* Clean-up: Convert print statements to info/warn/error logging
statements. Add some logging statements for better status.
Disable flaky test: test_spatial_transformer_with_type (apache#11930)
apache#11839
Add linux and macos MKLDNN Building Instruction (apache#11049)
* add linux and macos doc
* update doc
* Update MKL_README.md
* Update MKL_README.md
Add convolution code to verify mkldnn backend
* add homebrew link
* rename to MKLDNN_README
* add mkl verify
* trigger
* trigger
* set mac complier to gcc47
* add VS2017 support experimentally
* improve quality
* improve quality
* modify mac build instruction since prepare_mkldnn.sh has been rm
* trigger
* add some improvement
[MXNET-531] Add download util (apache#11866)
* add changes to example
* place the file to the util
* add retry scheme
* fix the retry logic
* change the DownloadUtil to Util
* Trigger the CI
[MXNET-11241] Avoid use of troublesome cudnnFind() results when grad_req='add' (apache#11338)
* Add tests that fail due to issue 11241
* Fix apache#11241 Conv1D throws CUDNN_STATUS_EXECUTION_FAILED
* Force algo 1 when grad_req==add with large c. Expand tests.
* Shorten test runtimes.
Improving documentation and error messages for Async distributed training with Gluon (apache#11910)
* Add description about update on kvstore
* add async check for gluon
* only raise error if user set update_on_kvstore
* fix condition
* add async nightly test
* fix case when no kvstore
* add example for trainer creation in doc
[MXNET-641] fix R windows install docs (apache#11805)
* fix R windows install docs
* addressed PR comments
* PR comments
* PR comments
* fixed line wrappings
* fixed line wrappings
a hot fix for mkldnn link (apache#11939)
re-enabling randomized test_l2_normalization (apache#11900)
[MXNET-651] MXNet Model Backwards Compatibility Checker (apache#11626)
* Added MNIST-MLP-Module-API models to check model save and load_checkpoint methods
* Added LENET with Conv2D operator training file
* Added LENET with Conv2d operator inference file
* Added LanguageModelling with RNN training file
* Added LamguageModelling with RNN inference file
* Added hybridized LENET Gluon Model training file
* Added hybridized LENET gluon model inference file
* Added license headers
* Refactored the model and inference files and extracted out duplicate code in a common file
* Added runtime function for executing the MBCC files
* Added JenkinsFile for MBCC to be run as a nightly job
* Added boto3 install for s3 uploads
* Added README for MBCC
* Added license header
* Added more common functions from lm_rnn_gluon_train and inference files into common.py to clean up code
* Added scripts for training models on older versions of MXNet
* Added check for preventing inference script from crashing in case no trained models are found
* Fixed indentation issue
* Replaced Penn Tree Bank Dataset with Sherlock Holmes Dataset
* Fixed indentation issue
* Removed training in models and added smaller models. Now we are simply checking a forward pass in the model with dummy data.
* Updated README
* Fixed indentation error
* Fixed indentation error
* Removed code duplication in the training file
* Added comments for runtime_functions script for training files
* Merged S3 Buckets for storing data and models into one
* Automated the process to fetch MXNet versions from git tags
* Added defensive checks for the case where the data might not be found
* Fixed issue where we were performing inference on state model files
* Replaced print statements with logging ones
* Removed boto install statements and move them into ubuntu_python docker
* Separated training and uploading of models into separate files so that training runs in Docker and upload runs outside Docker
* Fixed pylint warnings
* Updated comments and README
* Removed the venv for training process
* Fixed indentation in the MBCC Jenkins file and also separated out training and inference into two separate stages
* Fixed indendation
* Fixed erroneous single quote
* Added --user flag to check for Jenkins error
* Removed unused methods
* Added force flag in the pip command to install mxnet
* Removed the force-re-install flag
* Changed exit 1 to exit 0
* Added quotes around the shell command
* added packlibs and unpack libs for MXNet builds
* Changed PythonPath from relative to absolute
* Created dedicated bucket with correct permission
* Fix for python path in training
* Changed bucket name to CI bucket
* Added set -ex to the upload shell script
* Now raising an exception if no models are found in the S3 bucket
* Added regex to train models script
* Added check for performing inference only on models trained on same major versions
* Added set -ex flags to shell scripts
* Added multi-version regex checks in training
* Fixed typo in regex
* Now we will train models for all the minor versions for a given major version by traversing the tags
* Added check for validating current_version
[MXNET-531] NeuralStyle Example for Scala (apache#11621)
* add initial neuralstyle and test coverage
* Add two more test and README
* kill comments
* patch on memory leaks fix
* fix formatting issues
* remove redundant files
* disable the Gan example for now
* add ignore method
* add new download scheme to match the changes1 parent 4b3988e commit d7b0156
51 files changed
Lines changed: 2316 additions & 953 deletions
File tree
- ci/docker
- install
- docs
- build_version_doc
- faq
- install
- python/mxnet/gluon
- scala-package
- core
- examples/src
- main/scala/org/apache/mxnetexamples
- multitask
- neuralstyle
- end2end
- test/scala/org/apache/mxnetexamples
- cnntextclassification
- customop
- gan
- imclassification
- infer
- imageclassifier
- objectdetector
- neuralstyle
- src/operator
- nn
- cudnn
- tests
- nightly
- model_backwards_compatibility_check
- straight_dope
- python
- gpu
- unittest
- utils/notebook_test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
0 commit comments