adascan-public
adascan-public copied to clipboard
i have a question as follows about training
Could you mention the tensorflow version you are using? This project was done using tf 0.11
@amlankar I cannot pip install tf0.11,but i am trying to use tf0.12 (python3.5)
but it still has a problem above,it did not continue to run
it seems that datasets.py and adascan.py have some format error
File "G:\panna\AdaScan\adascan_public-master\src\datasets.py", line 29 continue ^ IndentationError: unexpected indent
That is weird, but it could be a tabs/spaces issue. Did it run after you fixed the indent? This code was also written in python 2.7.x, and you could see issues with python 3.x