hub icon indicating copy to clipboard operation
hub copied to clipboard

Submission to https://pytorch.org/hub/

Results 52 hub issues
Sort by recently updated
recently updated
newest added

After this code: `results_per_input = utils.decode_results(detections_batch) best_results_per_input = [utils.pick_best(results, 0.40) for results in results_per_input]` I've got this error: `RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 results_per_input =...

today I have made PR for my model (ToqiNet) but it was rejected and closed (#347) declaring it as a toy model which was in (#345). I have made some...