You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Epoch00001: lossimprovedfrominfto31.71337, savingmodeltoC:/Users/AlbertoUrsino/Desktop/IntellIjLocalFiles/DeepPoseKit/alberto/deepposekit-data/datasets/dog/log_densenet.h5C:\Users\AlbertoUrsino\Desktop\IntellIjLocalFiles\DeepPoseKit\deepposekit\models\engine.py:196: UserWarning: `n_validation`is0, sothetrainingsetwillbeusedformodelevaluation"`n_validation` is 0, so the training set will be used for model evaluation"Traceback (mostrecentcalllast):
File"C:/Users/Alberto Ursino/Desktop/IntellIj Local Files/DeepPoseKit/alberto/annotation/train.py", line180, in<module>steps_per_epoch=1,
File"C:\Users\Alberto Ursino\Desktop\IntellIj Local Files\DeepPoseKit\deepposekit\models\engine.py", line174, infit**kwargsFile"C:\Users\Alberto Ursino\anaconda3\envs\TensorFlow 1x\lib\site-packages\tensorflow\python\keras\engine\training.py", line1433, infit_generatorsteps_name='steps_per_epoch')
File"C:\Users\Alberto Ursino\anaconda3\envs\TensorFlow 1x\lib\site-packages\tensorflow\python\keras\engine\training_generator.py", line331, inmodel_iterationcallbacks.on_epoch_end(epoch, epoch_logs)
File"C:\Users\Alberto Ursino\anaconda3\envs\TensorFlow 1x\lib\site-packages\tensorflow\python\keras\callbacks.py", line311, inon_epoch_endcallback.on_epoch_end(epoch, logs)
File"C:\Users\Alberto Ursino\Desktop\IntellIj Local Files\DeepPoseKit\deepposekit\callbacks.py", line126, inon_epoch_enddata=h5file["logs"][key]
File"h5py\_objects.pyx", line54, inh5py._objects.with_phil.wrapperFile"h5py\_objects.pyx", line55, inh5py._objects.with_phil.wrapperFile"C:\Users\Alberto Ursino\anaconda3\envs\TensorFlow 1x\lib\site-packages\h5py\_hl\group.py", line264, in__getitem__oid=h5o.open(self.id, self._e(name), lapl=self._lapl)
File"h5py\_objects.pyx", line54, inh5py._objects.with_phil.wrapperFile"h5py\_objects.pyx", line55, inh5py._objects.with_phil.wrapperFile"h5py\h5o.pyx", line190, inh5py.h5o.openKeyError: "Unable to open object (object 'logs' doesn't exist)"
These are the parameters I have set:
model.fit(
batch_size=16,
validation_batch_size=10,
callbacks=callbacks,
#epochs=1000, # Increase the number of epochs to train the model longerepochs=200,
n_workers=8,
steps_per_epoch=1,
)
The text was updated successfully, but these errors were encountered:
Can someone help me with this error?
These are the parameters I have set:
The text was updated successfully, but these errors were encountered: