Tommy

Results 6 comments of Tommy

simple fix for now: ``` #Keras outputs its JSON with an extra 'Layers" parent, DeepLift can't parse #this object, so this function makes the conversion def convertKerasJSONtoDeepLIFT(kerasJSON_str): jsonData = json.loads(kerasJSON_str)...

I’m also seeing this issue. What can I provide or test to help?

Additional note: This occurs even if Jupyter Notebook extension is disabled. Test: Close all active .ipynb files. Close and reopen VSCode Disable Jupyter extension. Use 'Reload Required' button Command Palette...

As the originator, is there anything you need me to try?

Show Logs ``` 2023-10-21 13:32:36.655 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true 2023-10-21 13:32:36.656 [debug] Clearing context for python dependencies not installed: /home/spawn/MSDS/MSDS-Deep-Learning/grader/tests.py 2023-10-21 13:32:36.656 [debug] Found cached env for /home/spawn/miniconda3/envs/tf/bin/python 2023-10-21...

Q 1. Please can you confirm that tensorboard works property in the same tf conda env. I can launch Tensorboard in Simple Browser: 1. Launch VSCode, which opens the default...