model-zoo icon indicating copy to clipboard operation
model-zoo copied to clipboard

Implementations of various Deep Learning models in PyTorch and TensorFlow.

Results 2 model-zoo issues
Sort by recently updated
recently updated
newest added

https://github.com/pclubiitk/model-zoo/blob/d5d4606059bfae8ee31ae77e6adb633dc005e407/nlp/BERT_PyTorch/model_pretrain.py#L81 Is this line correct? Shouldn't this line be "out=self.norm1(out)"?