Amit Kayal

Results 10 issues of Amit Kayal

Following code is failing for me and have shared TF version summary also. Is this module not compatible with tensorflow-gpu 2.0.0b1 ? from classification_models.keras import Classifiers ResNet18, preprocess_input = Classifiers.get('resnet18')...

I am running this project into my ubuntu VM with tensorflow CPU version available. Getting following error. Can you please help me on this? HOw i can run this into...

======Loading data====== DataSet aready exist! Loading ./cifar-10-batches-py/data_batch_1 : 10000. Loading ./cifar-10-batches-py/data_batch_2 : 10000. Loading ./cifar-10-batches-py/data_batch_3 : 10000. Loading ./cifar-10-batches-py/data_batch_4 : 10000. Loading ./cifar-10-batches-py/data_batch_5 : 10000. Loading ./cifar-10-batches-py/test_batch : 10000. Train...

Hi, I am trying to retrain the network further on same VQA dataset and this is failing with error ` data = [self.dataset[idx] for idx in possibly_batched_index] 50 else: 51...

## Description HI, I have the following archive command in my terraform file and then want to add data.archive_file.gather_reindexing_records-zip.output_path to use the zip file as filename and data.archive_file.gather_reindexing_records-zip.output_base64sha256 as source-code_hash....

I see that image size has been defined as (608, 608, 3) but all the images under images folder of size 1920x1920. Dont you need to resize or change the...

Hi, Getting the following error. Is this due to size mismatch? Downloading: "https://download.pytorch.org/models/resnet18-5c106cde.pth" to /root/.cache/torch/hub/checkpoints/resnet18-5c106cde.pth 100% 44.7M/44.7M [00:00

I was trying to install into google colab and it failed with following error. Is this any known issue? Collecting git+https://github.com/jph00/fastsql Cloning https://github.com/jph00/fastsql to /tmp/pip-req-build-lew8gebw Running command git clone -q...

Hello, I am trying to run https://github.com/huggingface/notebooks/blob/main/sagemaker/20_automatic_speech_recognition_inference/sagemaker-notebook.ipynb notebook for speech to audio and it is failing with following error. The CW log does not have much info on this further....

Have defined my lr callback as follows lr_manager = OneCycleLR(max_lr,end_percentage, scale_percentage,maximum_momentum, minimum_momentum,verbose=True) Then have further created the callback callbackscustomx = [lr_manager, ModelCheckpoint(filepathx, monitor='val_acc', verbose=1, save_best_only=True)] But then model.fit is failing...