-
Collecting xyolo
Using cached xyolo-0.1.6-py3-none-any.whl (118 kB)
Collecting tensorflow>=2.2 (from xyolo)
Obtaining dependency information for tensorflow>=2.2 from https://files.pythonhosted.org/…
-
The local and docker build fails ERROR: No matching distribution found for tensorflow==2.0.1
-
The Miniconda dependency’s keep failing out.
-
Add support for TensorFlow models in our XAI package. Currently, we only support scikit-learn models.
Approach
- Create a wrapper class for TensorFlow models
- Implement prediction interface to…
-
Hello. I wonder if I've stumbled on another corner case. Re-producing in code is going to be challenging for me, but I may as well give it a shot with enough pieces.
## Versions
Keras: 3.5.0
Tens…
-
I have a general question: How can I export a Object Detection model including all weights into a protobuf file without using checkpoints? Tensorflow 1 allowed this (export_inference_graph.py), howeve…
-
**Environment**
***
tensorflow: 2.0.0
spark version: 2.4.3-107
maven version: 3.6.3
***
**Description**
I have followed the steps to build which is shown in the [link](https://github.com/tensor…
-
Hi. As is the instructions for frechet_audio_distance give errors:
```
(fad) [jon@jon-thinkpad google-research]$ python -m frechet_audio_distance.create_embeddings_main --input_files test_audio/te…
-
### Problem description
NumPy 2.0 is coming out soon ( https://github.com/numpy/numpy/issues/24300 ). NumPy 2.0.0rc1 packages for conda & wheels came out a month ago ( https://github.com/numpy/nu…
-
Train the SAE and PAE using Fingerprints instead of SMILES.
- Attempt 1: Train with the initial experiment setup using Morgan fingerprint.
- Required modification: Change the first and last layer t…