Francesco Gonzales
Francesco Gonzales
I get this error ``` Traceback (most recent call last): File "/home/fulco/.local/bin/polibeepsync", line 11, in load_entry_point('poliBeePsync', 'console_scripts', 'polibeepsync')() File "/home/fulco/projects/external/polibeepsync/polibeepsync/qtgui.py", line 595, in main frame = MainWindow(args=args) File "/home/fulco/projects/external/polibeepsync/polibeepsync/qtgui.py", line...
It immediately throws an error when I open it ``` [INFO] polibeepsync.qtgui New courses will now be automatically synced No state change slot has been specified [INFO] polibeepsync.qtgui All courses...
Now I am and I get basically the same thing ``` [INFO] polibeepsync.qtgui New courses will now be automatically synced No state change slot has been specified [INFO] polibeepsync.qtgui All...
It is worth adding that I modified the original code as described in https://github.com/XLearning-SCU/2022-IJCV-TCL/pull/3
Thank you for quick response! On CIFAR it might be caused by the low number of epochs (50 vs the paper's 1000), but on my custom dataset I trained over...
Hi, sorry but I haven't worked on it much anymore. After learning the problem was the low confidence and high number of clusters I just reduced the number of clusters,...
Hi team, any update on this?