maxclac

Results 46 comments of maxclac

Same problem here. Is it solved yet?

Hi @metaodi and thank you for your answer. The validator does not indicate any error and it seems my urls are correct.

Thank you @metaodi for your answer. The JSON+LD is correctly formed. As I have no former experience with letting crawlers access a website, I was not aware of the necessity...

Thanks! Is a robots.txt really needed? I thought that, when none is given, Google would just crawl everything.

I see. I am not aware of any pre-existing robots.txt in my CKAN instance. Maybe if I explicitly put one, the indexing will work.

Thank you @amercader. I changed the field names but it did not help. I do not need to use schemas from schema.org. Any will do, as long as I can...

Update: it works when I put startDate and endDate as two separate fields and not as subfields of temporals: ``` { "field_name": "temporal_start", "label": "Start Date", "display_property": "schema:startDate" }, {...

In TensorFlow, I use the Conv2D object with padding='same'. I changed it to 'valid', but it causes some problem now with layer concatenations. In my network, it is done like...