pankaja0285

Results 8 issues of pankaja0285

- `pip install tensorrec ` takes forever to complete install - do I need to install each time, on say, a kaggle notebook Please respond at the earliest as I...

- can I train with custom dataset - load custom classes (categories)

How to use multiple images for the template matching? I see that you have a function called run_multi_sample, but from thereafter, the plot doesn't seem to be the plot of...

In the **args.service** - what does this parameter refer to? Meaning is the --service that we pass is the published pipeline id? Meaning when we publish for e.g. the **_diabetes_regression_build_parallel_batchscore_pipeline.py_**...

* I followed the steps to install the repo * Downloaded the model 768-v-ema.ckpt - as when I used the link for download from your Readme page, it doesn't download...

@dbolya - 1. I used your github and followed all the steps -Cloned the repo -downloaded the resnet..50 weights -copied up my train and val images and annotations -modified the...

## 🐛 Bug I get the following error ![pl_bolts_error](https://github.com/Lightning-Universe/lightning-bolts/assets/54913075/e58028ff-1c5d-40ea-9843-687daeb10c08) ### To Reproduce ` Whether I do import pl_bolts # Or from pl_bolts.models.autoencoders.components import ( resnet18_decoder, resnet18_encoder, ) ` - PyTorch...

help wanted
bug

When I have to load the newly generated custom model, I get the str doesn't have a decode attribute error ` # Or, load the last model you trained weights_path...