Sebastián Rodríguez Colina

Results 9 comments of Sebastián Rodríguez Colina

It did not work for me. Now I get the following error: `venv/lib/python3.6/site-packages/botocore/validate.py", line 291, in serialize_to_request raise ParamValidationError(report=report.generate_report()) botocore.exceptions.ParamValidationError: Parameter validation failed: Invalid type for parameter Key, value: None,...

I do not think it is a OS problem. I have tried to deploy from a local Ubuntu (18 and 16).

There are several cases for which this error occurs (all solutions reported are very different from each other). It would be great to have a list of possible errors to...

change checkpoints.txt to checkpoints

Sorry for the inconvenience, I found the definitions in the tools.py file: label_colours = [[128, 64, 128], [244, 35, 231], [69, 69, 69] # 0 = road, 1 = sidewalk,...

I did, but to be honest I now think is an awful implementation, specially after I saw how they did it in [google's deeplab implementation](https://github.com/tensorflow/models/blob/master/research/deeplab/utils/get_dataset_colormap.py) Anyway I share the way...

Sorry for that, I thought there could be a conceptual reason. Nonetheless, here is some code: ```python from implicit.als import AlternatingLeastSquares ials = AlternatingLeastSquares() ials.fit(movielens.train.transpose()) ials.recommend(2, movielens.train, N=10) ``` In...

it seems to be the case because: ```python np.unique(movielens.train[2, :]) array([0., 4., 5.], dtype=float32) ```

@benfred throwing an error seems ok