MLOps-Basics icon indicating copy to clipboard operation
MLOps-Basics copied to clipboard

Results 14 MLOps-Basics issues
Sort by recently updated
recently updated
newest added

Hi @graviraja, I was following your tutorial on wandb logging and found a potential error in the training code when visualizing poorly performed data with wandb table. https://github.com/graviraja/MLOps-Basics/blob/13060e0295c7bbc1551e82fe49b6788a5a13ad97/week_1_wandb_logging/train.py#L19-L21 When running,...

The output logits are of shape (1,2) therefore the dimension while calling the softmax function should be 1. These line from week 1 to 4 needs to be changed in...

I am following Week 8 Blog post. When I deploy the container using Lambda and try to test it using the `Test` section, the Execution fails. I get the following...

They are not critical errors but I think if they are revised, it looks better than before. (Maybe) I hope you accept my PR!

dvc pull fails with the error on the screenshot, I tried downloading latest sqlite3 and compile from source but turns out lambda environment doesn't give much control ``` # #...

dvc add ../models/best-checkpoint.ckpt --file trained_model.dvc this command is not working for me. i mean if run this command trained_model.dvc file is not created in dvcfiles folder

When I run python train.py I get the following error for two modules numpy, transformers. Fortunately, as you can see in the link, downgrading the version solved the problem, but...

I think this version provided by `requirements.txt` in Week0 doesn't work because of not being able to use `load_dataset('glue', 'cola')` - detail: https://github.com/huggingface/datasets/issues/5671 Therefore, I would like to recommend you...

No link to the blog post is active. I think the entire website is down.