-
We often starts our trainer examples with text loader but recently I feel loading text into `IDataView` is not directly related to the actual training procedure. If we use
```csharp
///
/// Exampl…
-
## Description
I used [cross-compilation](https://mxnet.apache.org/get_started/jetson_setup) to compile the Jetson version of MXNet (v1.8.0). When I executed the script to test mxnet installation, I …
ghost updated
3 years ago
-
## Description
(A clear and concise description of what the feature is.)
- Cross-entropy loss with online hard example mining that hard to implement for multiple-gpu training by high-level Python AP…
-
## Description
When I install mxnet from source, it gives me nvcc fatal unsupported gpu architecture 'compute_86'. My cuda version is 11.0. I can alleviate the issue by change `Auto` to `;8.0`.
http…
-
## Description
I converted resnest50 model according to [19808](https://github.com/apache/incubator-mxnet/issues/19808). Now I try to compare results given by onnx model with onnxruntime. The differe…
-
[Author of the RFC: @TaoLv ]
## **Problem statement**
This RFC targets discussing the strategies for building MXNet with Intel DNNL, MKL, and different OpenMP runtimes for different platforms. It wi…
-
- [x] Change Month and Week Number
- [x] focWeekExport 2021-04-19 2021-04-26
- [ ] Summary
- [ ] Hashtags
- [ ] Check that comment links work (push weekly dump with channel summaries)
- [ ] Check…
-
https://github.com/THUDM/CogView
-
## Description
```
resume = _validate_checkpoint('fcn', 'fcn_resnet50_Cityscapes_11_06_23_42_45_best.params')
net1 = get_model_by_name('fcn', ctx=ctx, model_kwargs=model_kwargs)
net1.load_paramete…
-
## Description
I try to install mxnet using pip:
```
pip install mxnet-cu112
```
in some server using cuda 11.1 11.2 11.3 and google colab (cuda 11.2) but all the error when importing mxnet.
#…