-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Mint
- …
-
Hi Jasper,
I am at the step of running the "train.py" script but I got this problem with the "_batch_normalization.py", do you by chance know what is causing this?
**I ran the following command:…
ghost updated
3 years ago
-
Hello
I am trying to get shap_values using DeepExplainer but it keep giving this error
"AttributeError: module 'tensorflow.python.eager.backprop' has no attribute '_record_gradient'"
-
목표: nnstreamer simple example(mobile_ssd_v2_coco.tflite) test 및 squeezenet 모델 학습
결과물 : nnstreamer 우분투 환경 구축과 build issue, dependency issue 해결, nnstreamer올라갈 수 있는 squeezenet 모델
due date: by 03/08
-
### Expected behavior
The following code should execute but doesn't. This is remarked in the corresponding test which is currently being skipped.
```python
import pennylane as qml
import tensorf…
-
When I run the model, ci = CausalImpact(protests['count'], pre_period, post_period). This error happened
`---------------------------------------------------------------------------
NotImplemented…
-
### Expected behavior
The variable can be accepted as the argument of the 'postselect' of qml.measure() function under the Tensorflow graph mode
### Actual behavior
The variable cannot be acc…
-
I'm trying to finetune a custome dataset on ViViT project. I edited the provided config file of kinetics600. prepared the dataset according to the provided instructions using dmvr. installed all neede…
-
When showing and hiding annotations in OpenSearagonViewer multiple times, each time, the annotations are added to the view (but not deleted on hide, as in ImageViewer). This results in multiple instan…
-
**Describe the bug**
When using `tf.keras.mixed_precision.experimental.Policy("mixed_float16", loss_scale="dynamic")` the `sparsity.prune_low_magnitude` fails in tensor type conversion with the error…