Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which ckpt file to use for testing? #33

Open
abhisheksrivastava2397 opened this issue Oct 1, 2019 · 1 comment
Open

which ckpt file to use for testing? #33

abhisheksrivastava2397 opened this issue Oct 1, 2019 · 1 comment

Comments

@abhisheksrivastava2397
Copy link

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

@abhisheksrivastava2397
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant