avod
avod copied to clipboard
TypeError: build() got multiple values for argument 'layers_config'
Hi,
Thank you for sharing your source code. When I run the run_training.py I face the following error:
ssh://[email protected]:2299/home/data/miniconda3/envs/tensorflow150/bin/python3.6 -u /home/data/PycharmProjects/avod-master/run_training.py
/home/data/miniconda3/envs/tensorflow150/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float
to np.floating
is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type
.
from ._conv import register_converters as _register_converters
Traceback (most recent call last):
File "/home/data/PycharmProjects/avod-master/run_training.py", line 98, in
I would be grateful if help me how to solve it
Hi RMobina, which pipeline_config file did you use for run_training.py?
Hi
Hi RMobina, which pipeline_config file did you use for run_training.py?
Hi Kujason, I tried different pipline_config (for example pyramid_cars_with_aug_example) which I have this error for all of them. I could train and inference the network before but right now I got this error