Hi,

I am having some difficulty with getting my keras model loaded from ObjectStore. The Keras model was saved from the research environment. Specifically I am having trouble with getting the file location of the model. I have used just the original key it was saved with as well as {self.ProjectId}/my_key. However, neither of these work. Additionally, I tried moving the loading of the model from initialization into my EveryDayBeforeClose() function and it seemed to grab the model only on one iteration then failed to locate the file directory. 

My model is saved to /home/jovyan/work/storage/MyFirstModel when I check within the research notebook. However, according to a backtest when calling ObjectStore from my main.py it is looking in QuantConnect/Backtesting/Storage/MyFirstModel and not locating it. 

Thanks