Indraneil Paul
Indraneil Paul
> `max_pixel_val` is just the max value of a pixel in the target image. So like typically if you are normalizing your images then that value is 1.0. Doesn't the...
> Do you mean in form of zeroshoot transfer learning? > > If so we use Laser for that. First we train laser , to obtain zeroshoot predictions for other...
I have reinstalled ekphrasis and the issue persists
Went through the code and for now I have circumvented this using the `keep_in_memory` flag which allows me to bypass the locking entirely. ```python metric = evaluate.load( "accuracy", experiment_id=training_args.run_name, keep_in_memory=True...
Faced this issue with codellama 13B (bfloat16) on an A100 80GB GPU with 64GB of CPU swap when using n=1 and best_of=16 for generated length 512. Ultimately also had to...
Hello @DanFu09! I found this benchmark quite exciting and was wondering if you got the chance to upload the newer version to HuggingFace.