You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Get started page has a nice approach for getting platform & use-case specific instructions.
URL update doesn't reset device parameter when OS Platform config is switched from Devices to other options [say Windows/Mac/Linux].
Description
Get started page has a nice approach for getting platform & use-case specific instructions.
URL update doesn't reset device parameter when OS Platform config is switched from Devices to other options [say Windows/Mac/Linux].
Problem
There are 5 potential arguments appended to the url
https://mxnet.incubator.apache.org/versions/1.6/get_started?platform=<>&language=<>&processor=<>&environ=<>&iot=<>&
However, iot parameter is specific to platform=devices & hence should be reset when platform!=devices
Similarly, there are other places, where arguments should be reset but they continue to have previous values unless overriden by the selection
E.g. https://mxnet.incubator.apache.org/versions/1.6/get_started?platform=macos&language=scala&processor=cpu&environ=build-from-source&iot=raspberry-pi&
While this still gives the correct suggestion but the URL doesn't read correctly.
Steps to reproduce
https://mxnet.incubator.apache.org/versions/1.6/get_started?platform=devices&iot=nvidia-jetson&
So far so good.
Switching OS/Platform to anything else doesn't reset iot parameter.
For e.g. Switching platform to Windows doesn't reset iot anymore.
https://mxnet.incubator.apache.org/versions/1.6/get_started?platform=windows&iot=nvidia-jetson&
Despite selecting language, GPU & distribution
https://mxnet.incubator.apache.org/versions/1.6/get_started?platform=windows&language=python&processor=cpu&environ=pip&iot=nvidia-jetson&
iot parameter still remains set.
Ideally it shouldn't have iot param in the url.
The text was updated successfully, but these errors were encountered: