adascan-public icon indicating copy to clipboard operation
adascan-public copied to clipboard

i have a question as follows about training

Open panna19951227 opened this issue 6 years ago • 3 comments

1 2

panna19951227 avatar Jul 07 '18 07:07 panna19951227

Could you mention the tensorflow version you are using? This project was done using tf 0.11

amlankar avatar Jul 08 '18 03:07 amlankar

@amlankar I cannot pip install tf0.11,but i am trying to use tf0.12 (python3.5) default 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

panna19951227 avatar Jul 11 '18 06:07 panna19951227

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

amlankar avatar Jul 12 '18 16:07 amlankar