Robin Cole

Results 439 comments of 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 ![image](https://user-images.githubusercontent.com/11855322/35139586-ae811dd6-fceb-11e7-8b66-a3783b97fe03.png)

@eudoxos & @madhusudangr thanks for the input, however I don't see init.py, only __init__.py Where should init.py be? Cheers

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..

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