ruiyuanlu

Results 9 issues of ruiyuanlu

Hi, there. I tried to create a LSTM based English to Chinese Translator. It took me several days to reach a reasonable accuracy, when I tried to save the encoder-decoder...

Hi, I'm new to classification, do you have any plan to release training code?

Thanks for your sharing. I wonder how to obtain AP (fast) | AP (med) | AP (slow) after training? It would be helpful if it is convenient to tell. Thank...

Hi, I'm new to C++, I wonder if makeFailsafe [here](https://github.com/facebook/folly/blob/v2023.05.08.00/folly/ScopeGuard.h#L160-L175) is redundant in ScopeGuard. I think it actually does nothing. Is it OK to remove these when used in my...

I was confused by the 'group id' field in labelme. After checking issue #633, I think it would be much more clear if we rename this field from 'group id'...

### Xmake Version 2.7.8+master.d6ee79eed ### Operating System Version and Architecture windows10 ### Describe Bug vscode 扩展无法自动保持 debug 模式,总是在debug模式下点击 build 按钮时,从第二次开始自动切换到 release 模式导致断点失效,而且用 release 编译的时候,vscode扩展仍然显示的是 debug 模式,每次需要先手动切换为 release,再切换为 debug 再编译,才能在编译前增加 xmake...

bug

Hi, I tried to figure out the meaning of `*identity` and `*+identity` used in [ExceptionTest.cpp](https://github.com/facebook/folly/blob/main/folly/lang/test/ExceptionTest.cpp#L164-L165) but had no idea. I've never seen sth like this brefore. Why are these operators...

Hi, I found an unexpected failure test case in ScopeGuardTest.cpp on VS2022 today. I'm really confused. At first, the [TESTThrowingCleanupAction](https://github.com/facebook/folly/blob/main/folly/test/ScopeGuardTest.cpp#L406-L425) test case failed on VS2022 all the time. Then I...