-
### Issue Type
Feature Request
### Source
source
### Tensorflow Version
tf 2.11.0
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 18.04
### Mobile devic…
-
I encountered the following error while running the e2gmm_model_fit-py command. What should I do
building decoder with 13241 Gaussian, using 64 anchor points
Traceback (most recent call last):
…
-
for train_index, test_index in kfold.split(B, y1):
print('train_index',train_index)
print('test_index',test_index)
train_index, val_index = train_test_split(
train_index, tes…
-
**Hello,
I'm not 100% sure it's a bug.
I trained a model and saved it on Google Colab Entreprise
Tensorflow v2.17.0
Keras v 3.4.1
Once a try to load the model using tf.keras.models.load_mod…
-
Gist [here](https://gist.github.com/PavlosMelissinos/162621051c906ea85b772997d982403a)
Next is the cocoeval part so I can eventually turn all this into a proper PR if you think it makes sense. This…
-
**Describe the bug**
A clear and concise description of what the bug is.
tf_results = model.predict(
^^^^^^^^^^^^^^
File "d:\Users\anaconda3\Lib\site-packages\tf_keras\src\u…
-
Traceback (most recent call last):
File "train.py", line 101, in
info_list = train_sample(train_model=model, epochs=10, log=log)
File "train.py", line 51, in train_sample
model = mode…
-
auspex fails when executed with the suggested test file:
```
COMMAND LINE: auspex test/4puc.mtz
mtz
Traceback (most recent call last):
File "/home/de/miniconda3/envs/auspex/bin/auspex", line …
-
### Description
If in one software run - you create a model, save it, and load it again, you get an error.
But if you create a model and save it, in one software run, and run the software again an…
-
I have recently switched to this fork due to its modular design and backbone support. Currently, I am trying to understand the refactoring steps that were made...
Is there a reason why e.g. the fun…