FJDEV

Results 7 comments of FJDEV

Hi, just check other issues reported last year and found it is same issue, but I still can;t figure it out, here is some output: print(delD_norm.min(),delD_norm.max()) 0.0 380.9160012391183 with np.errstate(divide='ignore',invalid='ignore'):...

> Hi @labenz, thanks for your question. > > 1. Yes it is possible to use variable prompt. > 2. The maximum number of tokens that BLIP accepts is the...

change to "fp16=False" in trainer.py, should work. training work, but inference break. May need help on this.

> Did you get my error? AttributeError: 'NoneType' object has no attribute 'resize' > > are you using other models than ImageCaptioning, ImageEditing and Text2Image? I have the exactly same...

Hi, the system memory is good enough. I tried to define this first: `op_imaging = ImagingOperator(geometry, image, space_order, save=False)` then import those: ``` from devito import DevitoCheckpoint, CheckpointOperator from devito...