GarryLau
GarryLau
I have the same problem, someone solved it ? "We can't seem to connect to your server. Please check that you are connected to the internet and try again."
> i used this version : https://github.com/Jigsaw-Code/outline-client/releases/tag/windows-v1.2.34 > is work. It works. thx.
@ljd16 Solved by using transfer learning. But training directly still cannot be successful.
@bluetooth12 Looking at my rewrite file 'ROLO_network_test_single.py': ``` import sys,os CURRENT_DIR=os.path.abspath('.') print(CURRENT_DIR + '/utils' ) sys.path.append(CURRENT_DIR + '/utils' ) MODEl_DIR=os.path.abspath('../../../tensorflow') print(MODEl_DIR) sys.path.append(MODEl_DIR) # Imports import ROLO_utils as utils import tensorflow...