Open NaifahNurya opened 5 years ago
The directory structure of 'imgs_ranked' should be the same as 'imgs'. I'm confused about the folder of 'dataset'.
The directory structure looks as follows:
VD then in the VD there are three folders i.e imgs, video and imgs_ranked. Then when you enter into the imgs_ranked folder there are dataset folder and other four files as shown in the attachment above.
The directory structure looks as follows:
VD then in the VD there are three folders i.e imgs, video and imgs_ranked. Then when you enter into the imgs_ranked folder there are dataset folder and other four files as shown in the attachment above.
Did it run successfully?
Yes, it runs successfully. Sorry for the late reply, I was far from access to my PC.
I tested the new version of the code it gives the following errors; i seems the test & train_val files are created but fails to be written. it means the file are created but it is empty.
The following are what i got,
I tested the code on VD dataset.
Epoch 0/14
Traceback (most recent call last): File "GAR.py", line 34, in
Action.trainval()
File "C:\Users\GAR3\Runtime\Piplines.py", line 60, in trainval
self.solver.train_model()
File "C:\Users\GAR3\Solver.py", line 96, in train_model
epoch_loss = float(self.running_loss) /(self.data_sizes[phase])
ZeroDivisionError: float division by zero
_ZeroDivisionError due to nothing on data_sizes[phase], because the file traival is empty_
Any idea on how to clear this??