Flappy

Results 3 issues of Flappy

the class define: https://github.com/cloneofsimo/lora/blob/master/lora_diffusion/dataset.py#L119 bug: the _self.instance_images_path_ did not align with _self.captions_ blow is details first both align well `self.instance_images_path = list(set(possibily_src_images)) ` `self.captions = [ x.split("/")[-1].split(".")[0] for x in...

i try to reproduce the result, but failed here is my config: gpu(v100): 2 batch size:2 accumulate_batches: 2 after training 500 epochs, the train epoch loss is about 0.01, but...