RuriSama commited on
Commit
ed386dd
1 Parent(s): e77a2f8

Update video_read.py

Browse files
Files changed (1) hide show
  1. video_read.py +1 -1
video_read.py CHANGED
@@ -5,7 +5,7 @@ import tensorflow as tf
5
  # @tf.function
6
  def build_data(split, shuffle=False):
7
  """Build CLEVR dataset."""
8
- file_path_base = 'X-VoE/'
9
 
10
  # file_path_base = '/scratch/LargeTaskPlatform/daibo/VoE_dataset/'
11
  def _parse_tfr_element(element):
 
5
  # @tf.function
6
  def build_data(split, shuffle=False):
7
  """Build CLEVR dataset."""
8
+ file_path_base = './'
9
 
10
  # file_path_base = '/scratch/LargeTaskPlatform/daibo/VoE_dataset/'
11
  def _parse_tfr_element(element):