123liluky

Results 14 issues of 123liluky

Whiel I was training, lines besides epoch and loss were printed redundantly like below. ![1537265942 1](https://user-images.githubusercontent.com/20832778/45681398-01755c80-bb70-11e8-9deb-5835f3fcf853.png) Do you know how to avoid this?

good first issue

In UCF101_ResNetCRNN.py: begin_frame, end_frame, skip_frame = 1, 29, 1 selected_frames = np.arange(begin_frame, end_frame, skip_frame).tolist() train_set, valid_set = Dataset_CRNN(data_path, train_list, train_label, selected_frames, transform=transform), Dataset_CRNN(data_path, test_list, test_label, selected_frames, transform=transform) So, you just...

Thanks for your job. Must we install tf1.6 instead of any other versions? And what version of cuda and cudnn should I install? I have installed tf1.4, cuda8.0 and cudnn6.

Do you know any convenient temporal annotation tool?Thank you.

I used my own small dataset to extract I3D features. Then use main.py to train. Overfitting happened in training set. Do you have any suggestions? ![image](https://user-images.githubusercontent.com/20832778/62195016-a75b3f80-b3ad-11e9-9c84-71592b2f2bd4.png)

I can't clone the repository successfully. How can I do? ![image](https://user-images.githubusercontent.com/20832778/59972656-b0ded400-95c5-11e9-9e18-148ae47e3ba3.png)

Do you know any convenient temporal annotation tool?Thank you.

Which temporal annotation tool did you use?Thank you.

Do you know any convenient temporal annotation tool?Thank you.

I commented lines 335-366 and uncommented lines 315-333, then ran dataset_utils/fromBrnoCompSpeed.py to produce the training data. NameError happens : name 'pkl_paths' is not defined.