lironmo
lironmo
any planning to implement the Winograd’s algorithm for training?
any update about the short term implementation, for stride size bigger than 1.
if it simply needs Redis (without ant configs) - no need to add - but worth mention at the readme
Thank @areebbeigh. I added also the following confs: CELERY_RESULT_BACKEND = "redis" CELERY_REDIS_HOST = "localhost" CELERY_REDIS_PORT = 6379 CELERY_REDIS_DB = 0 what should I add to: CELERY_BROKER_URL = 'pyamqp://' it's seems...
@areebbeigh - I think that I am doing something wrong: I run the following components: backend + frontend + Redis with the default configuration (python manga runserver / npm start...
Hi @areebbeigh, web page - UP I did not start the sandbox - did not know it's related. so I need to build the docker image at https://github.com/areebbeigh/codeinterview-sandbox and how...
ok, now I have a different issue with the sendbox - does the send box need rabbitMQ? Cannot connect to amqp://guest:**@127.0.0.1:5672//:
i changed the configuration to redis - the sandbox is up/ # CELERY_BROKER_URL = os.environ.get('REDIS_URL') # CELERY_RESULT_BACKEND = os.environ.get('REDIS_URL') CELERY_BROKER_URL = 'redis://' CELERY_RESULT_BACKEND = "redis" CELERY_REDIS_HOST = "localhost" CELERY_REDIS_PORT =...
I did it! all seems to work fine but still, i have the same problem: 1. sync is not working 2. result is missing the web page is up and...