Lodovico Giaretta
Lodovico Giaretta
### Discussed in https://github.com/Lightning-AI/lightning/discussions/11258 Originally posted by **slinnarsson** December 25, 2021 I'm using LightningCLI and setting the optimizer and learning rate using args like `--optimizer AdamW --optimizer.lr 0.01`. When running...
**Is your request related to a problem? Please describe.** The single-inheritance model provided by GAMA 1.8 is good for *extending* behaviours, but does not provide an easy way to *compose*...
#### Code Sample ```python import geopandas as gpd cities = gpd.tools.geocode(['Stockholm, Sweden', 'Goteborg, Sweden'], provider = 'photon') cities ``` | | geometry | address | | -- | -- |...
### Summary When I am developing in a remote folder with Remote-SSH, I create a Dockerfile in that folder, install Remote-Containers and try to re-open that folder in a container...
**Describe the bug** When a `LocalSession` or `LocalPipelineSession` is configured to use local code, as follows ```python session.config = {'local': {'local_code': True}} ``` the code passed to a pipeline `ProcessingStep`...
A big piece of work, which is of course needed to implement the DOM parser.
The current std.xml API should be re-implemented by this library for the following reasons: - ease of transition; - performance comparison.