Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Build error for layers  #36

@k22jung

Description

@k22jung

I have a model containing nn.Inception (nn.DepthConcat), nn.SpatialCrossMapLRN, nn.SpatialBatchNormalization. I get an error when trying to convert the mode:

F0222 11:17:01.507189 23675 torch_layers.lua:275] Unknown layer type: nn.SpatialCrossMapLRN, known types: nn.View, nn.Tanh, FixedLookupTable, nn.Parallel$, nn.Concat$, nn.LogSoftMax, nn.SpatialBatchNormalization, nn.JoinTable, nn.Threshold, nn.LSTM, nn.Dropout, nn.Reshape, nn.SpatialCrossMapLRNs, nn.LookupTable, nn.Linear, nn.DataParallel, nn.SpatialConvolution$, nn.Mean, nn.ConcatTable, nn.SpatialConvolutionMM, nn.TemporalConvolution, nn.SpatialMaxPooling, nn.SoftMax, nn.SpatialAveragePooling, nn.Sequential, nn.LogSumExp, nn.Sum, nn.ReLU, nn.ParallelTable$
*** Check failure stack trace: ***
    @     0x7ff0a20445cd  google::LogMessage::Fail()
    @     0x7ff0a2046433  google::LogMessage::SendToLog()
    @     0x7ff0a204415b  google::LogMessage::Flush()
    @     0x7ff0a2044379  google::LogMessage::~LogMessage()
    @     0x7ff08bd3cda2  luaLog
    @           0x479939  lj_vm_ffi_call
    @           0x44c189  lj_ccall_func
    @           0x44e15f  lj_cf_ffi_meta___call
    @           0x47797a  lj_BC_FUNCC
    @           0x466ca1  lj_cf_dofile
    @           0x47797a  lj_BC_FUNCC
    @           0x4659ad  lua_pcall
    @           0x40686f  pmain
    @           0x47797a  lj_BC_FUNCC
    @           0x465a27  lua_cpcall
    @           0x404544  main
    @     0x7ff0a6e5d830  __libc_start_main
    @           0x404619  _start
    @              (nil)  (unknown)
Aborted (core dumped)

May support be added for these layers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions