tomer-grin
tomer-grin
@bmartinn I believe we got this issue again in version 1.6.3. Is it possible? (removed the clearml functionality from the function and it works as expected)
@morsinai13 Yes, ``` refocus_frame_and_save_patial = partial(refocus_frame_and_save, output_dump_subfolder, model_path, kwargs) with Pool(min(len(summary_sharp_refocus_json['frames']), os.cpu_count())) as pool: results = pool.map(refocus_frame_and_save_patial, summary_sharp_refocus_json['frames']) ``` `refocus_frame_and_save` Contains `Logger` class calls and methods (`report_vector`, `report_image` etc..) It...
Trying to change display only, but for a specific task. Your second solution suggest that I will change my personal account settings. I am not interested in that.
Acitvating a CI procedure for testing my pipeline. https://github.com/allegroai/trains-actions-train-model i.e. Instead of training my algorithm I want to validate a PR for example. Test the new improvements in the PR...
I am using tags at the moment.
Creating a specific user increase my costs . I am not using this procedure enough in order to justify this as of yet.
Will this be merged? having this problem as well. @stef-levesque
Having the same issue
> > Having the same issue > > [HongwenZhang/PyMAF#79](https://github.com/HongwenZhang/PyMAF/issues/79) Actually, I need GPU support + offscreen rendering, and `osmesa` does not support this feature, does it?