Pouyan
Pouyan
I am one of the main authors and developers of SegFormer3D: an Efficient Transformer for 3D Medical Image Segmentation and here is our official [repository](https://github.com/OSUPCVLab/SegFormer3D). I am interested in adding...
Hey I am using your DPOK implementation and in your `Accelerator` initialization you do not pass `gradient_accumulation_steps` argument. Am I missing something here ? ``` accelerator = Accelerator( mixed_precision=args.mixed_precision, log_with=args.report_to,...
1. Current modeling impl is compatible with HF format. The goal is to integrate our model to Transformers open model repo 2. Added config script to be imported to the...