Asapanna Rakesh
Asapanna Rakesh
Hey @jiafatom, The results were smashing for lenet-type architecture (upto 177 times fast) using your method. But VGGNet shows **NO** improvement. Updated [the notebook](https://github.com/rakesh4real/rollmodels/blob/main/keras2onnx.ipynb).
Can I use this https://github.com/kakaobrain/minDALL-E/blob/main/examples/transfer_learning_ex.py by replacing `ImageNetDataModule` with `CustomDataModule`
``` config_downstream path_upstream result_path imagenet_path ``` @saehoonkim @wbaek @LeeDoYup there isn't any information present about these 4 values in argparser of `examples/transfer_learning_ex.py`. How to define them?
Hi, any activity on this? I am facing the same issue.
> Hello @manishsharma28 ! > > What does the output of > > ``` > cat aoi.geojson | supermercado burn 19 > ``` > > look like? Also could you...
@dnomadb File: `trn_aoi.geojson` ``` { "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32643" } }, "features": [ { "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates":...
> After some additional troubleshooting, it looks like it was unhappy due to a MULTIPOLYGON geometry type in my geojson. @manishsharma28 - if your geojson contains multipolygons, try exploding them...
@sgillies It is **NOT** working (or am I making some mistake?). Thankyou for responding. #### Detailed description: I used these options to export the polygon using QGIS  And the...
Please note that `ERROR 1: PROJ: proj_create_from_database: Open of /opt/conda/envs/solaris/share/proj failed` has nothing to do with the issue because in another case (with another geojson file), the same appoach gave...
> @dnomadb > > File: `trn_aoi.geojson` > > ``` > { > "type": "FeatureCollection", > "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32643" } }, > "features": [ > {...