-
**Environment info**
* Google Colab (CPU or GPU)
* Tensorflow 2.17.0, 2.17.1
* Python 3.10.12
**Problem description**
There seems to be a change in Keras 3.5.0 that has introduced a bug for mod…
-
### Issue Type
Bug
### Source
source
### Keras Version
3.6.0
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 24.04
### Python version
3.10.15
### GPU model and memory
NV…
-
### What happened?
when copying or exporting a custom shape as png or svg it copy or export it as a blank shape with no other details
![image](https://github.com/user-attachments/assets/fcba0bf7-a9b…
-
Hello,
I am trying to train using custom data. I get shape errors, both with and without Batch Normalization in the file mentioned in the README.
My command:
```
python main.py --data_dir…
-
Hello! I am interested in using your work to preprocess TUEG and our custom ECoG data, and was wondering if you could shed light on some questions :
1. What is the proportion of data that is rejec…
-
```
What is it:
A predefined library of 'stamps' or shapes that can be loaded from vectors,
similiar to how Adobe Connect Pro handles it.
This would be incredibly useful for teaching, especially fo…
-
```
What is it:
A predefined library of 'stamps' or shapes that can be loaded from vectors,
similiar to how Adobe Connect Pro handles it.
This would be incredibly useful for teaching, especially fo…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** ImportError
- **Exception Message:** Using `low_cpu_mem_usage=True` or a `device_map` requires Acce…
-
### 🐛 Describe the bug
As mentioned in this [blog](https://dev-discuss.pytorch.org/t/higher-order-operators-2023-10/1565), HigherOrderOperator does not support graph break inside the input/output fun…
-
To replace the tf.py_func, I wrote custom op by c++ and use tf.load_op_library to load the op in python.And get Segmentation fault (core dumped).And when I comment SetShapeFn, there is no error. But…