-
Not necessarily an issue, but the mAP I got from DSOD512 training on VOC 07+12 and testing on 07 was quite low, approximately 0.13.
Only thing I really changed was using Adam instead of AdamAccumul…
-
While fine-tuning the transformers model i.e.```transformers.TFDistilBertModel.from_pretrained(pretrained_weights)```
I got this error message.
![image](https://user-images.githubusercontent.com/538…
-
Recently I'm learning your tool and find that I can't understand what the file alpha_matrix.csv is.
It's used as target data in keras fit.
It's in line 44 of the file evaluation.py
`wdnn.fit(X_trai…
-
Hi,
I'm trying to implement my model with multi gpu processing. It works with single gpu processing, but that takes too much time.
## My code
```# Load inference configuration and display variabl…
-
what is utils.py file i Thought its generator discriminator train model but i m getting error in that please can you help me
from __future__ import print_function, division
#from keras.datas…
-
Hi Team,
I am pleased to introduce a generalized feature importance method that I have developed, inspired by the approach implemented in the h2o library. The h2o library's feature importance meth…
-
```
File "/usr/local/lib/python3.11/dist-packages/keras/src/utils/traceback_utils.py", line 118, in error_handler
File "/usr/local/lib/python3.11/dist-packages/keras/src/backend/tensorflow/tra…
-
Ok,
I'm sorry again for so many questions, but why does train_on_batch only have one input? On the keras documentation it sounds like the format is supposed to be
train_on_batch(object, x, y, …
-
The demo in original repo (https://github.com/experiencor/keras-yolo2) is in python2. I installed the necessary library of python3 and try to run prediction:
python3 predict.py -c config.json -w mobi…
-
I'm running the below example in tf 2.0 and I get an error `AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'export_meta_graph'`. It seems the build_graph function is incompati…