CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 18:09:35 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"9e69bb2a858f59a9dadcc948e14a8c6e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=XbWFD2nOEHVNzxzxqfDb9pdRh34OPxyqPchmVLKQpWIvTcMl4nEai13lSnuz1cGice%2Fyr%2BjtIJvNjINHNk7lK8FeWf8NCxBCXlyYRrA0o7Nda%2FdxavAZpFsi4YxU2Vs7cDQQWcEwdpAJ6TDrYZC%2BYMkZraiH6qN4o9WWzH5kWK%2Fq39TVRfyXE1eqtL97zhNfeOSMS0DRL6RdzfL4lsSiiJ5WhXlYLnVHCd%2BkE1iVOv0JryD8XCS8KDPqUPN68P%2FerQ8CpKWQct5FGJE4j1BCbw%3D%3D--xyd7gtTcOjaIFMqa--3GwdYmG6mmL5LxcDjLyHvw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1823729345.1753380575; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 18:09:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 18:09:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DFAA:2FFCA6:F38F9:12236A:688276DF
Release MXNet 1.1.0 · apache/mxnet · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MXNet 1.1.0
Compare
MXNet Change Log
1.1.0
Usability Improvements
- Improved the usability of examples and tutorials
Bug-fixes
- Fixed I/O multiprocessing for too many open file handles (#8904), race condition (#8995), deadlock (#9126).
- Fixed image IO integration with OpenCV 3.3 (#8757).
- Fixed Gluon block printing (#8956).
- Fixed float16 argmax when there is negative input. (#9149)
- Fixed random number generator to ensure sufficient randomness. (#9119, #9256, #9300)
- Fixed custom op multi-GPU scaling (#9283)
- Fixed gradient of gather_nd when duplicate entries exist in index. (#9200)
- Fixed overriden contexts in Module
group2ctx
option when using multiple contexts (#8867) - Fixed
swap_axes
operator with "add_to" gradient req (#9541)
New Features
- Added experimental API in
contrib.text
for building vocabulary, and loading pre-trained word embeddings, with built-in support for 307 GloVe and FastText pre-trained embeddings. (#8763) - Added experimental structural blocks in
gluon.contrib
:Concurrent
,HybridConcurrent
,Identity
. (#9427) - Added
sparse.dot(dense, csr)
operator (#8938) - Added
Khatri-Rao
operator (#7781) - Added
FTML
andSignum
optimizer (#9220, #9262) - Added
ENABLE_CUDA_RTC
build option (#9428)
API Changes
- Added zero gradients to rounding operators including
rint
,ceil
,floor
,trunc
, andfix
(#9040) - Added
use_global_stats
innn.BatchNorm
(#9420) - Added
axis
argument toSequenceLast
,SequenceMask
andSequenceReverse
operators (#9306) - Added
lazy_update
option for standardSGD
&Adam
optimizer withrow_sparse
gradients (#9468, #9189) - Added
select
option inBlock.collect_params
to support regex (#9348) - Added support for (one-to-one and sequence-to-one) inference on explicit unrolled RNN models in R (#9022)
Deprecations
- The Scala API name space is still called
ml.dmlc
. The name space is likely be changed in a future release toorg.apache
and might break existing applications and scripts (#9579, #9324)
Performance Improvements
- Improved GPU inference speed by 20% when batch size is 1 (#9055)
- Improved
SequenceLast
operator speed (#9306) - Added multithreading for the class of broadcast_reduce operators on CPU (#9444)
- Improved batching for GEMM/TRSM operators with large matrices on GPU (#8846)
Known Issues
- "Predict with pre-trained models" tutorial is broken
- "example/numpy-ops/ndarray_softmax.py" is broken
For more information and examples, see full release notes
Assets 6
You can’t perform that action at this time.