Results 6 issues of dav-ell

The BCE calculation in FocalLoss in this repo is missing the log clamp to [-100, inf] The current calculation is this: https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch/blob/15403b5371a64defb2a7c74e162c6e880a7f462c/efficientdet/loss.py#L115 The official implementation of BCELoss in PyTorch states...

## ❓ Question I'm converting my (EfficientDet) model using `torch_tensorrt.compile` like so, after having successfully torchscript'ed it and verified that the output is the same as the non-torchscripted version: ```python...

bug
component: runtime
bug: triaged [verified]

I'm completely new to Hadoop, and I found this repo because I had the thought, "Wow, installing Hadoop is hard, and all I want is HDFS. Surely there's got to...

I have yet to run your code to check the results. However, it'd be great to have the tables available in the README. I'd check the paper, but the link...

This issue could possibly go under "feature enhancement," but it might be easily solved, so I'll post it just as a regular issue. The following segment of code returns `True`...

I'm using the example provided, and the import for `react-native-form-generator` produces the following error: ``` [ts] Could not find a declaration file for module 'react-native-form-generator'. 'c:/Users/David Elliott/Documents/Dynin/node_modules/react-native-form-generator/index.js' implicitly has an...