MLOps-Basics
MLOps-Basics copied to clipboard
Comparisions -> Comparisons
Greetings. I have just started checking your repo, and I liked the week 0 content. I edited both the training and inference scripts in order to make it able to...
I run the `train.py` script, but when I try the `inference.py` I got ``` python inference.py /home/me/anaconda3/envs/MLProj38/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default....
in the PL.Trainer ( # the updated code should be===> # Use "gpu" if available, else "cpu" accelerator="gpu" if torch.cuda.is_available() else "cpu", devices=1, # Always use 1 device, whether it's...