lovekittynine

Results 11 issues of lovekittynine

### Describe the bug error occurs when import matchzoo ### Describe your attempts >>> import matchzoo as mz Traceback (most recent call last): File "", line 1, in File "/app/python_venv/lib/python3.5/site-packages/matchzoo/__init__.py",...

bug

when I run setup.py, it happens: nvcc fatal : Unsupported gpu architecture 'compute_75', how to modify it? Thank you. PS: I run setup.py in my own computor with NVIDIA MX150GPU,...

CMake Error at CMakeLists.txt:87 (find_package): By not providing "FindCeres.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Ceres", but CMake did not find...

when the inputs of nn.Linear is three-dimension (batchxseq_lenxdim_size)like the "FeedForward" of Transformer,it occurs ValueError: Shape must be rank 2 but is rank 3 for 'MatMul_2' (op: 'MatMul') with input shapes:...

after i deployed my applications, how to set a logo when open a given url?

enhancement

您好,大概看了一下您的源码。您在训练的时候,train_op = tf.group([train_fc,train_net]),这个操作我没理解错的话,是不是先优化一次全连接层,然后优化一次整个网络。常规的做法不是先只优化全连接层,然后最后fine-tuing entire network吗?

Hello, thank you! I get some questions when i run your script. detailed: Running the script multiple times, the results are different. Looking forward to your reply! Thank you!

Hi, thanks for your great work! I have a question about Margin loss! Duration the training process of Identity Representation, margin loss is used to prevent the obtained mean face...

**Thanks for your nice work! I have a question after reading basic.py, and I want to figure out why...** - In the save function implementation of basic.py, the BBPE vocab...