Tanmoy Sarkar

Results 14 comments of Tanmoy Sarkar

No hammer should be made, but the price should be lower

But there must be certain type for every piece of information we want to search. Like google, if I search some location it will act to that specific way, if...

@awaelchli It will not. One unit test broke in `test_parsing.py` which was expected, I modified that.

@serena-ruan ```python3 class Boring_saving_hparams(LightningModule): def __init__(self, same_arg): super().__init__() self.same_arg = same_arg self.save_hyperparameters() class BoringParent(): def __init__(self, same_arg="parent", diff_arg="test"): super().__init__() self.model = Boring_saving_hparams(same_arg="child") ``` in your code, even if the `BoringParent`...

@SeanNaren can we start tasks here ? I want to integrate, segmentation, detection and other models in vision also.

@Nexer8 yes, detection, segmentation and other type or vision tasks

@muellerzr I want to work on it

I'd like to work on BigBird