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
/content/drive/MyDrive/Tensorflow-Chatbot-Italian-master/util/s2s_reader.py in create_bucket(options)
28
29 def create_bucket(options):
---> 30 buckets = []
31 for i in range(len(options)):
32 for j in range(len(options)):
NameError: name 'xrange' is not defined che vuol dire ? o provato a sostituire xrange con range ma da lo stesso errore ...
Aiutooo
The text was updated successfully, but these errors were encountered:
/content/drive/MyDrive/Tensorflow-Chatbot-Italian-master/util/s2s_reader.py in create_bucket(options)
28
29 def create_bucket(options):
---> 30 buckets = []
31 for i in range(len(options)):
32 for j in range(len(options)):
NameError: name 'xrange' is not defined che vuol dire ? o provato a sostituire xrange con range ma da lo stesso errore ...
Aiutooo
The text was updated successfully, but these errors were encountered: