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
I am trying to import my csv file for using secml. However, when i use load(path), im getting
ds=CDataset.load(file_path)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\site-packages\secml\core\c_creator.py", line 577, in load
loaded_obj = pck.load(path)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\site-packages\secml\utils\pickle_utils.py", line 71, in load
return pickle.load(f_ref, encoding=encoding)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 307, in peek
return self._buffer.peek(n)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 474, in read
if not self._read_gzip_header():
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 422, in _read_gzip_header
raise OSError('Not a gzipped file (%r)' % magic) OSError: Not a gzipped file (b'0,')
Please help
The text was updated successfully, but these errors were encountered:
I am trying to import my csv file for using secml. However, when i use load(path), im getting
ds=CDataset.load(file_path)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\site-packages\secml\core\c_creator.py", line 577, in load
loaded_obj = pck.load(path)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\site-packages\secml\utils\pickle_utils.py", line 71, in load
return pickle.load(f_ref, encoding=encoding)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 307, in peek
return self._buffer.peek(n)
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 474, in read
if not self._read_gzip_header():
File "C:\Users\EH0025TU\anaconda3\envs\aml\lib\gzip.py", line 422, in _read_gzip_header
raise OSError('Not a gzipped file (%r)' % magic)
OSError: Not a gzipped file (b'0,')
Please help
The text was updated successfully, but these errors were encountered: