Aakash Kumar Nain

Results 7 issues of Aakash Kumar Nain

As `tf.keras` is now the official TF high level API, are there any plans to support models trained in `tf.keras`?

As per the discussions on Kaggle, yours implementation is the only implementation that is fully correct for the given metric but there is one thing that I couldn't understand as...

This extension looks pretty good and will be very useful for many cases. But is it possible to use it directly with simple `jupyter notebook` instead of `jupyter lab`?

enhancement

I noticed a change that was introduced in the `MaskedLMHead` layer, and it broke my entire workflow. Earlier we had the signature for `MaskedLMHead` like this: ```python out = keras_nlp.layers.MaskedLMHead(...

type:Bug

I cloned this repo and tried to evaluate the model on a number of images. For each image evaluation, the GPU memory keeps increasing. How can I control that?

Moving the discussion from #673 to here. As discussed, adding `dtype` for creation of layers is necessary as it allows to load modules/layers directly with a specific precision (very useful...

feature

When the input sequences are of different lengths, padding with zeros is a common thing to make the shape of every sample in a batch of the same size. But...

question