Aritra Roy Gosthipaty

Results 37 issues of Aritra Roy Gosthipaty

In the conditional, the parser took for granted that the codeblock did not have any indentation. This made indented codeblocks to be overlooked. This caused problem with the generation of...

enhancement

I do not think that while parsing the docstrin we should be using regex on each line of the docstring. https://github.com/NiklasRosenstein/pydoc-markdown/blob/0b8a85d84d063b5ce9a1fd73d88dda6a199d5583/pydoc-markdown/src/pydoc_markdown/contrib/processors/google.py#L139 Suppose: ``` Args: arg1 (int): This is a one...

# Adding TensorFlow version of GroupViT This PR adds the TensorFlow version of [GroupViT](https://github.com/NVlabs/GroupViT). ## Before submitting - [ ] This PR fixes a typo or improves the docs (you...

Hey @NielsRogge I found an inconsistency in the documentation and the code for configuration of GroupViT. The default for `num_output_groups` is `[64, 8, 8]` (notice the last element in the...

Thanks for the great tool. This is more of a feature request: When I try initializing an experiment 👇 ```python neptune.init(project_qualified_name='entity/preoject_name', api_token='xxx', ) ``` I have to write down the...

feature request
api

In this PR I have tried using the `tf.slice` method to crop images paired with the `tf.image.sample_distorted_bounding_box` method. The inspiration of this comes from the official docs of [tf.image.sample_distorted_bounding_box](https://www.tensorflow.org/api_docs/python/tf/image/sample_distorted_bounding_box).

I am trying to add a keras model to the hub using the `push_to_hub_keras` API https://github.com/huggingface/huggingface_hub/blob/4ecdf28db59ad93569378fe79abd87ec6d5ed071/src/huggingface_hub/keras_mixin.py#L60 It seems to error out due to the inclusion of an augmentation layer inside...

tensorflow

**Short Description** The idea is to specify the **probability rate** at which a generic augmentation layer will be applied to the inputs. This can be achieved in two ways: 1....

I am unable to pinpoint the problem here but after importing the project into IntelliJ from GitHub I am running into the following error on execution of `src/contributors/main/kt` ```bash Exception...

This PR 1. Helps in updating the Readme 2. Uses a list of all the possibilities of configuration