Himanshu Rawlani

Results 3 issues of Himanshu Rawlani

I'm trying to build an FPN network using the ResnetV2 backbone as implemented in TF2 models.py [here](https://github.com/google-research/big_transfer/blob/master/bit_tf2/models.py). I have appended the below lines to the models.py: ``` if __name__ ==...

When I execute the following code: ``` gen_train = InputGenerator(gt_util_train, prior_util, batch_size, model.image_size, augmentation=False) gen_val = InputGenerator(gt_util_val, prior_util, batch_size, model.image_size, augmentation=False) tmp_inputs, tmp_targets = next(gen_train.generate()) ``` I get the following...

When I try to build apk file from build menu in Android Studio, I get the following error... ``` Executing tasks: [:app:assembleDebug] Configuration 'compile' in project ':app' is deprecated. Use...