Lodovico Giaretta

Results 7 issues of 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...

feature
lightningcli
pl

**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*...

🤗 Enhancement
About GAML
Version Git

#### Code Sample ```python import geopandas as gpd cities = gpd.tools.geocode(['Stockholm, Sweden', 'Goteborg, Sweden'], provider = 'photon') cities ``` | | geometry | address | | -- | -- |...

bug
crs
upstream issue

### 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...

bug
containers
info-needed

**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`...

type: bug
component: local mode
component: processing

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.