Taghi B.

Results 4 issues of Taghi B.

Hi everyone! I want to change the size of fully connected layers of a pre-trained model. In other words, I want to replace fully connected layers with other fully connected...

question

When I want to run the following command, a black screen appears and closes. Then, the terminal shows `Segmentation fault (core dumped)` error. The command: `python2 brainworkshop.pyw ` The result...

Hello, I get the following compilation error: ``` make [ 2%] Building CXX object depends/CMakeFiles/zm.dir/ate-pairing/src/zm.cpp.o [ 4%] Building CXX object depends/CMakeFiles/zm.dir/ate-pairing/src/zm2.cpp.o [ 6%] Linking CXX static library libzm.a [ 6%]...

I got the following error: ``` In file included from /home/taghi/Project/polaris-libiop/libiop/algebra/utils.cpp:1: /home/taghi/Project/polaris-libiop/./libiop/algebra/utils.hpp:40:1: error: ‘size_t’ does not name a type 40 | size_t gcd(const size_t a, const size_t b); | ^~~~~~...