Robin Cole
Robin Cole
Code needs updating, see https://github.com/robmarkcole/yolov5-flask/issues/23
You could see how this is done and implement here, would be great to get a PR
OK the correct link is https://drive.google.com/drive/u/0/folders/1QpE_iRDq1hUzYNBXSBSnmfe6SgTYE3J4
Another trick you can use to import is the following 
@eudoxos & @madhusudangr thanks for the input, however I don't see init.py, only __init__.py Where should init.py be? Cheers
Any solution?
There is an error in `trainers.ipynb`. The csv is created with upper case column names (e.g. train_RMSE). Cell fixed below: ```python train_steps = [] train_rmse = [] val_steps = []...
I guess they lost interest in this library..
+1 having this issue
Another example I would love to see is tensorboard used for exploring the embeddings. Update: something very similar is already done in https://github.com/tensorflow/similarity/blob/master/examples/supervised_visualization.ipynb