Everton Lima Aleixo

Results 5 issues of Everton Lima Aleixo

🐛 **Describe the bug** When you add a transformation on a dataset and create a DataLoader in the training loop, the transformations are not applied on items of this DataLoader....

bug
Benchmarks

This method has a code mistake when you try to add a new target_transform to a group that is not the current group. I opened a pull request to fix...

bug

I do not know if it is a bug or a project decision. In JointTraining strategy, it merges the data of all training experiences (for example, 3 experiences). It does...

Feature - Medium Priority
Training

Hello, I was using pix2pix to get style of one environment and pass to other, e.g., a land with snow to be converted to a land without snow. I have...

I noticed that you apply the mul operation in LoraA and LoraB, then, you sum the result with the input. ![image](https://github.com/cccntu/minLoRA/assets/6534458/0e3e4e40-c861-4289-bffc-480ee85bf40a) I think the result of multiplying LoraA and LoraB...