youtube-8m
youtube-8m copied to clipboard
Can i train your code with rgb features (no audio) only?
Can i train your code with rgb features only(no audio)? At the same time, using rgb features only(no audio) test the trained model. If need to modify code, and how to modify, thank you.
Pls refer to tensorflow FLAGS parameter setting, set "feature_names" to "mean_rgb" (frame_feature=False) or "rgb" (frame_feature=True) will limit the feature to rgb feature.
If you need to use audio feature along with rgb feature, set "feature_names" to "mean_rgb,mean_audio" or "rgb,audio" respectively.