mx-lsoftmax icon indicating copy to clipboard operation
mx-lsoftmax copied to clipboard

L-Softmax not building

Open radonys opened this issue 7 years ago • 0 comments

I tried using the LSoftmax files but got the errors (can be seen below):

perator/lsoftmax.o
src/operator/lsoftmax.cc:30:3: error: stray '\302' in program
   <title>insightface/lsoftmax.cc at master · deepinsight/insightface · GitHub</title>
   ^
src/operator/lsoftmax.cc:30:3: error: stray '\267' in program
src/operator/lsoftmax.cc:30:3: error: stray '\302' in program
src/operator/lsoftmax.cc:30:3: error: stray '\267' in program
src/operator/lsoftmax.cc:159:10: warning: missing terminating ' character
     <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" data-scope-type="Repository" data-scope-id="102057483" data-scoped-search-url="/deepinsight/insightface/search" data-unscoped-search-url="/search" action="/deepinsight/insightface/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
          ^
src/operator/lsoftmax.cc:159:5: error: missing terminating ' character
     <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" data-scope-type="Repository" data-scope-id="102057483" data-scoped-search-url="/deepinsight/insightface/search" data-unscoped-search-url="/search" action="/deepinsight/insightface/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
     ^
src/operator/lsoftmax.cc:506:69: error: stray '#' in program
         <td id="LC7" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>./lsoftmax-inl.h<span class="pl-pds">&quot;</span></span></td>
                                                                     ^
src/operator/lsoftmax.cc:812:10: warning: missing terminating ' character
     <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form" action="" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
          ^
src/operator/lsoftmax.cc:812:5: error: missing terminating ' character
     <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form" action="" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
     ^
src/operator/lsoftmax.cc:864:5: error: stray '\342' in program
     You can’t perform that action at this time.
     ^
src/operator/lsoftmax.cc:864:5: error: stray '\200' in program
src/operator/lsoftmax.cc:864:5: error: stray '\231' in program
src/operator/lsoftmax.cc:7:1: error: expected unqualified-id before '<' token
 <!DOCTYPE html>
 ^
src/operator/lsoftmax.cc:506:150: error: expected unqualified-id before '<' token
         <td id="LC7" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>./lsoftmax-inl.h<span class="pl-pds">&quot;</span></span></td>
                                                                                                                                                      ^
src/operator/lsoftmax.cc:506:200: error: expected unqualified-id before '<' token
         <td id="LC7" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>./lsoftmax-inl.h<span class="pl-pds">&quot;</span></span></td>
                                                                                                                                                                                                        ^
Makefile:431: recipe for target 'build/src/operator/lsoftmax.o' failed
make: *** [build/src/operator/lsoftmax.o] Error 1

@luoyetx It would be helpful if anyone can tell me about the error.

radonys avatar Jun 16 '18 07:06 radonys