Good day, I get this Type Error : TypeError: init() got an unexpected keyword argument ‘ragged’
when running:
detectnet_v2 train -e /workspace/tao-experiments/openalpr/SPECS_train.txt -r workspace/openalpr/exp_unpruned -k nvidia_tlt
inside the docker. from what I understand this is because of keras api it shouldn’t be imported directly
My GPU is nvidia Geforce rtx 3050
network type: detectnet_v2
tlt version: tlt-version.txt (1.1 KB)
Training spec file: SPECS_train.txt (4.2 KB)
full log: log.txt (11.3 KB)
You are running detectnet_v2 training.
But the pretrained model is not expected. The us_lprnet_baseline18_trainable.tlt is an LPR model. It is not working in detectnet_v2 network.