-
请问,我如果想在faster rcnn 中添加训练过程中 validation的loss的话,像图中这样的写法是正确的吗?
![image](https://user-images.githubusercontent.com/80811609/179720736-e37f70de-f966-439a-8f06-5ab93d511606.png)
-
I find creating EfficientNetV2 versions as bacbone for Unet, if possible could please help me out in this situation
-
Hello Coral !
I try to convert trained model to Coral TPU tflite model
before the compile it
i tested my model on my MacBook
My result is strange.
Why accuracy is not match with or…
-
## Description
The official example does not work with INT8, but works well with FP32 & FP16.
My kick off command :
```python
python3 build_engine.py \
--onnx "/home/hailong.ma/convert_tools/…
-
- **기존 EfficientNet의 training bottlenecks**
- **EfficientNet** : FLOPs와 parameter efficiency에 최적화된 모델, but
(i) Training with very large image sizes is slow
(ii) Depthwise convolutions a…
-
## Description
Internal Error (Reshape_3: IShuffleLayer applied to shape tensor must have 0 or 1 reshape dimensions: dimensions were [-1,2])
## Environment
**TensorRT Version**: v8401
**NV…
-
### 🚀 The feature
*Note: To track the progress of the project check out [this board](https://github.com/pytorch/vision/projects/4).*
This is the 2nd phase of TorchVision's modernization project …
-
I'm trying to run the test script on the 7scenes dataset, I've tried with both the standard and `fast_cost_volume` versions. This is the command I'm running (after following the preprocessing steps fo…
-
**System information**
* Have I written custom code:
* OS Platform(e.g., window10 or Linux Ubuntu 16.04):
* Python version:
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3)…
-
I was following the movinet transfer learning tutorial: https://github.com/tensorflow/models/blob/master/official/projects/movinet/movinet_tutorial.ipynb
I downloaded it, uploaded it to colab and ru…