EricWu123
Results
2
issues of
EricWu123
hi~ I trained the spg in my custom dataset, but the network can not fit it and results in low training accuracy. I tried to increase the max-epoches to 2000,...
``` # compile ./configure --enable-shared make make install # make install operation does not install libfrida-core.so, so I manually copy it. cp build/subprojects/frida-core/src/libfrida-core.so /usr/local/lib/x86_64-linux-gnu/ # run $ frida -n hello...