AshStuff

Results 8 issues of AshStuff

``` Exception in thread Thread-28: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/e/ashwinraju/kaldi_asr/asr/py-kaldi/tests/client.py", line 58, in...

When i try to load nuclei data it says this ``` >>> nuclei.load_data() Downloading data from http://keras-rcnn.storage.googleapis.com/nuclei.tar.gz Traceback (most recent call last): File "", line 1, in File "keras_rcnn/datasets/nuclei.py", line...

I tried initially with anchors not sorted and the MaP looked very bad and then when i sorted based on width i got significantly better results. Any idea ?

@ line 246. The function starts with _bn_relu_conv() but you have implemented as conv --> batch_norm --> relu

I am trying to train a Image-Text Contrastive learning model and I am using a Functional Approach. The number of grad steps are 32 and the batch size per step...

I am trying to understand the tokenlearner and I guess the current implementation is different from the original TokenLearner proposed right ? I guess the original Tokenlearner performs the token...

Hello. Thanks for the awesome paper. I would like to know if you had experimented with other backbones such as ResNet based architectures instead of Global pool former ?