Daniel Bourke
Daniel Bourke
These classes will have to be fixed up within the next iteration of the dataset... I've put dummy `fdc_id` codes in for them for now (the actual codes come from...
Update: Removed "fries" and "pastry" and added back "chicken" and "squid". ID's are now inline with the classes the model was trained on. ``` fdc_ids = { 1750339: 'Apple', 169236:...
This is still an issue, even with the latest commit - 88ef8393d21bec069e6649758194c3f44cb94b9e Need to put in some testing code to make sure the classes the model is trained on appears...
See an example here -- https://blog.streamlit.io/how-to-build-a-real-time-live-dashboard-with-streamlit/
@shivan-s, right now it's a static CSV but will be looking to make this via URL (e.g. straight from Google Storage or from Hugging Face Datasets etc) ```python """ Streamlit...
Epic! Just email you a sample dataset/labels. Basically want an extensive EDA of the annotations for now. So I know which labels need more work. Can add image displays/model results...
Epic! Basically I'd like several different ways to view label counts, for example, the dashboard should answer: - How many images are there per class? - How many images are...
After troubleshooting this for a while, it seems there may be something up with the [`tf.keras.clone_model` method](https://www.tensorflow.org/api_docs/python/tf/keras/models/clone_model). What exactly, I'm not sure. It could be due to the use of...
Continuing this here: https://github.com/mrdbourke/tensorflow-deep-learning/discussions/550 In short, it looks like TensorFlow 2.13+ (available via `tf-nightly` as of May 2023) fixes most of the issues discussed.
@Aryan-Garg yo! not too late at all! I'm going to close this specific issue but feel free to go through any of the materials and run them and if you...