Made-With-ML
Made-With-ML copied to clipboard
Learn how to design, develop, deploy and iterate on production-grade ML applications.
Fix a typo on 11_Convolutional_Neural_Networks.ipynb file
Fix a typo in Update 10_Utilities.ipynb file
Fix a typo in Update 08_Neural_Networks.ipynb file
fstring format error with too many double quotes as in the first example of this error `print (f"m:b = {class_counts["malignant"]/class_counts["benign"]:.2f}")`, Should be single quote like `print (f'm:b = {class_counts["malignant"]/class_counts["benign"]:.2f}')`
Small typo - should be "y_val" instead of "y_test".
I run out of memory in trainer.fit(), I have 8gb RAM and i7 8th gen 12 core CPU. I also see error in trainer.fit(). Is there any way to reduce...
Hi, I am following your made-with-ML tutorial and currently at the experiment tracking step. When I ran the following code after specifying a run config based on ML flow callbacks,...
Hello, I am getting a Permission Error while running the `trainer.fit()`. I am running the code a personal laptop. Code: ```python # Train loop config train_loop_config = { "dropout_p": 0.5,...
File "pyarrow\error.pxi", line 99, in pyarrow.lib.check_status pyarrow.lib.ArrowInvalid: GetFileInfo() yielded path 'C:/Users/azhar/ray_results/llm', which is outside base dir 'C:/Users/azhar/ray_results\llm' I am running the notebook on a windows machine
Hi, There are multiple changes in the Github repository code but these changes are not yet integrated into the code which is displayed in frontend content.