Monday, February 6th, 2023 - Saturday, February 11th, 2023
Refactor the code using PyTorch. But it outputs terrible results. I spent two days debugging trying different epochs and batch_size
. Finally, I found the validation dataset takes X_train
and X_test
as inputs, which is the reason for the bad outcomes.
Build swin transformer and sl swin transformer using PyTorch.
The calculation is not suitable for the output of one dimension. Just fixed it.
Finish one macro expression spotting experiment, which cost 44 hours. At least the result is not bad. I hope I could get better outcomes through some fine-tuning.
44 hours for one experiment. What can I do?
Eddie He