Adam Farquhar
Adam Farquhar
## 🐛 Bug **Describe the bug** When I try to train a Faster RCNN model using IceVision and Fast.AI, it fails with the RuntimeError: `Expected object of scalar type c10::Half...
In FastAI, various callbacks can access and use recorded metrics. For example, the `SaveModelCallback` can save the model in the case that it is better than the previous best. It...
The 0.5.x implementation appears to be IO bound. Throughput would be increased by moving file-reads to a separate thread so that they will happen in parallel with pattern matching. One...
There are a small number of signatures in Pronom v119 (e.g., fmt/899, fmt/900, fmt/1795) that includes `[0000:1000]`. Normally, the square brackets match a single byte within an inclusive range where...
This PR implements the changes in PR#191 and PR#190. It also makes flake8 happier (these are mostly changes to line length and switching from a single to a double quote...
Moved the pronom related modules to the pronom package as a basis for future refactoring. Created a utils package and added the char_handler and PerfTimer into it.