dmlc / dmlc/MXNet.jl

num_filters in UpSampling

Open
#108 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
369
Forks
63
PR merge metrics
No merged PRs in 30d

Description

According to the description linear upsampling is not supposed to depend on the number of filters. However the default value results in a segfault and setting a number not equal to the number of filters of the input produces a cryptic error:

INFO: Start training...

[14:05:57] /home/k/mxnet/dmlc-core/include/dmlc/logging.h:235: [14:05:57] /home/k/mxnet/mshadow/mshadow/./tensor_blob.h:647: Check failed: (this->shape_.Size()) == (shape.Size()) TBlob.get_with_shape: new and old shape do not match total elements

An fatal error occurred in asynchronous engine operation. If you do not know what caused this error, you can try set environment variable MXNET_ENGINE_TYPE to NaiveEngine and run with debugger (i.e. gdb). This will force all operations to be synchronous and backtrace will give you the series of calls that lead to this error. Remember to set MXNET_ENGINE_TYPE back to empty after debugging.
terminate called after throwing an instance of 'dmlc::Error'

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.