Daniel Bourke

Results 107 comments of Daniel Bourke

> > Remove `metadata/widgets` in notebook file. > > Thanks > > "Widgets" --> "Clear Notebook Widgets State" helped me in jupyter This helped me too! -- **Note:** This requires...

Hi @hlin863, as far as I know the option isn't available in Google Colab. I accessed it via using the original Jupyter Notebook. For example, going to terminal and typing...

> > > Remove `metadata/widgets` in notebook file. > > > > > > Thanks > > "Widgets" --> "Clear Notebook Widgets State" helped me in jupyter > > This...

> Just hit with https://colab.research.google.com/github/kstathou/vector_engine/blob/master/notebooks/001_vector_search.ipynb > > The workaround recommended by **@pplonski** worked for me. Here is what I did > > 1. Download 001_vector_search.ipynb with Colab gui > 2....

Hi @IlanVinograd , thank you for helping out! @LazySloth26 how did you go with your issue? Did you manage to get it fixed?

In the future, this labelling pipeline could produce a Label Studio interface that's open to the public. Ideally I'd like the workflow in the image above to run once every...

Working on this in the `make_fix_labels_pipeline` branch. Current workflow: * `train.py` → `evaluate.py`→ `fix_labels.py` → fix labels in Label Studio interface → Save to GCP (auto) → `04_update_and_merge_labels.ipynb` pulls labels...

Going to start working on this now. Collecting food images is paramount. Then the model can start to be upgraded and retraining schedules can begin. In particular building this section...

Going to go through Google's documentation for using Google Storage with Node.js: * https://cloud.google.com/appengine/docs/flexible/nodejs/using-cloud-storage And to learn more about Node.js I'm going to go through some videos on freeCodeCamp, it...

Yes you're right. (at least I think) My JavaScript knowledge isn't too extensive so I'm winging this. But basically right now the page loads: 1. Text (HTML etc) 2. Data...