Samiur Rahman

Results 8 issues of Samiur Rahman

Hello, i am just curious to know, what does line 72 in update.py do? Does it forward the image to the model? `log_probs = model(images)`

Hi, i have seen that there is a function to calculate the r2 score of the surrogate model. I was wondering, are there any other simple metrics implemented to measure...

Hello, thank you for your cool repo. I just had a couple of questions, 1. How did you calculate the distance between two persons? Did you use bird-eye view? Or...

Hello, i am getting the following error while trying to train the model on a custom dataset. ``` line 415, in _conv_forward return F.conv2d(input, weight, self.bias, self.stride, RuntimeError: Given groups=1,...

When i am trying to train a model with my custom data, it is stuck with the following output: ``` No previous checkpoint found! 0it [00:00, ?it/s] ``` It stays...

Hello, i am new to Meta-Learning. For a project, i need to train a model with custom image data. Is it possible for me somehow to use your repo and...

Is it possible to calculate the r2 score of the surrogate model? Can this feature be added?

Hello! I am getting this error when i am trying run the script "generate_data_meta_learning.py". First i ran "omniglot_for_fair.py", which downloaded the data. Then i renamed the "images_background" folder into "50_alphabets"...