Amri Rasyidi
Amri Rasyidi
- PyTorch-Forecasting version: - PyTorch version: 2.0.1 - Python version: 3.11 - Operating System: Windows 11 ### Expected behavior I executed code `pip install pytorch-forecasting` to install the library ###...
# Documentation issue ## Summary I followed along the steps in [taxonomies docs](https://www.getzola.org/documentation/content/taxonomies/), adding the taxonomiy map in the config.toml, then add the taxonomies in the page, I basically copy...
I got this error while trying to publish my github pages. `fatal: Authentication failed for 'https://github.com/amrirasyidi/pmed.git/'` I followed the instruction from [here](https://www.getzola.org/documentation/deployment/github-pages/) and use the script in this repo as...
The ordering part of the `index.html` seems to be inconsistent in my end. ```html {% block content %} {% for page in section.pages %} {% if page.extra.front_page %} {{ page.title...
Hi, I just updated my pull request (previously #272) into chunks so it is easier to review. Hope it sufficient! :) Changes summary - put string paths to variables -...
**Describe the bug** A clear and concise description of what the bug is. In the official documentation, [`detect_object`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#detect-objects) said to be able to use existing Feature Service for the `output_name`...