-
## Bug
Running eval.py produces this bug of dimension mismatch. I changed the net value in the eval.py to 'vit_base_patch16_96' as well.
### Reproduce the Bug
Running the command :
```
python…
-
I think UniMatch is a very innovative approach that builds upon FixMatch with some seemingly simple but actually very effective innovations. However, while FixMatch is a classification method, UniMatc…
-
Greetings!
According to your paper, Eq (1) and (2) say that the standard branch follows the FixMatch training, and there is no logit adjustment at all.
However, according to your [code](https://gith…
-
I tried to run the example Custom_Dataset.ipynb (https://colab.research.google.com/drive/1zbswPm1sM8j0fndUQOeqX2HADdYq-wOw) but an error raised:
in FixMatch.__init__(self, args, net_builder, tb_log…
-
I have a question about the prediction mode for pseudo-labels.
All my questions are related to "unimatch.py".
[ Question 1 ]
Your approach is:
1) The "fixmatch" study, which widely announced the…
-
Hello,
thank you for sharing your code. Just I got confused in your code.
![image](https://github.com/urchade/semi-supervised-learning/assets/46089068/edb157b6-859e-4b29-8664-4262601349cd)
In yo…
-
Hello, I experimented with unimatch and fixmatch separately under the condition "VOC2012 92labeled-GPU 4*3090". The code is not adjusted.
I found that the training of unimatch is stable and can achie…
-
## Bug
When run, the beginner example notebook does not demonstrate the algorithm is learning. After 30 epochs, each output report produces the exact same output, included below. This is after adju…
-
我看代码仓里给的那个好像是67.8.但是训练的参数好像和论文里面不太一致。70.4的这个参数是如何设置的呢老哥。我看其他论文好像有些是训练2^20轮,咱们这个也是需要这么设置嘛。
-
I run the Beginning_example.ipynb and found the accuracy was only 0.1. I modified the optimization configs according to the comment, but it didn't work.
This is the output.
```
Epoch: 0
[2023-0…