Ahmed ElSheikh
Results
2
issues of
Ahmed ElSheikh
I really love your work, as I said earlier but why don't you add the other layers, (Batch Normalization, Activation, Dropout, Zero Padding 2D, Max Pooling 2D), or at least...
I have opened a [Transformers PR](https://github.com/huggingface/transformers/pull/17070), yet the PR failed due to changing `context` from `fork` to `spawn` in ```python from multiprocessing import get_context . . . pool = get_context("spawn").Pool(num_processes)...