Bruno Lajoie
Bruno Lajoie
See https://github.com/apple/tensorflow_macos We need to decide how to install tensorflow with M1
- [ ] Check that everyone can install 2.9 M1 and WLS2 user) - [ ] Update the requirements.txt on setup day - [ ] Improve DL challenges thanks to...
It was already asked students to update in module 0506 Workflow
## Current setup ```javascript // ~/.jupyter/custom/custom.js require(["codemirror/keymap/sublime", "notebook/js/cell", "base/js/namespace"], function(sublime_keymap, cell, IPython) { cell.Cell.options_default.cm_config.keyMap = 'sublime'; var cells = IPython.notebook.get_cells(); for(var c=0; c< cells.length ; c++){ cells[c].code_mirror.setOption('keyMap', 'sublime'); } }...
Can someone with M1 describes the error?
The aim of this issue is to discuss the possibility/find peer reviewed studies of a standardized approach to refinie LifeCycle GHG-intensity factors of the various power plant category **per geographical...
- Fixed Config class that didn't behave as expected due to wrong imports from other modules - Demo the use of config class by changing CFG in the middle of...