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 have trained the model and want to use that for testing which ckpt file am i supposed to use for testing as i think the run_DF_test file was meant for pretrained model
The text was updated successfully, but these errors were encountered:
File "score_mask.py", line 16, in
import tflib.inception_score
File "C:\Users\abhis\PGP\tflib\inception_score.py", line 101, in
_init_inception()
File "C:\Users\abhis\PGP\tflib\inception_score.py", line 73, in _init_inception
tarfile.open(filepath, 'r:gz').extractall(MODEL_DIR)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\tarfile.py", line 2010, in extractall
numeric_owner=numeric_owner)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\tarfile.py", line 2052, in extract
numeric_owner=numeric_owner)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\tarfile.py", line 2122, in _extract_member
self.makefile(tarinfo, targetpath)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\tarfile.py", line 2171, in makefile
copyfileobj(source, target, tarinfo.size, ReadError, bufsize)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\tarfile.py", line 249, in copyfileobj
buf = src.read(bufsize)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\gzip.py", line 276, in read
return self._buffer.read(size)
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "C:\Users\abhis\Anaconda3\envs\tensorflow\lib\gzip.py", line 482, in read
raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reached
######################################################################
While running score_mask.py I am getting this error, can you explain what is going wrong?
I have trained the model and want to use that for testing which ckpt file am i supposed to use for testing as i think the run_DF_test file was meant for pretrained model
The text was updated successfully, but these errors were encountered: