ntedgi / node-efficientnet

tensorflowJS implementation of EfficientNet 🚀
https://www.npmjs.com/package/node-efficientnet
MIT License
257 stars 37 forks source link

Playground seems to be 404 #147

Open Zireael07 opened 1 year ago

Zireael07 commented 1 year ago

Describe the bug At least http://nodeefficientnet.ml/ is 404

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

shwetd19 commented 5 months ago

Hey there 👋,

It's a straightforward issue that needs fixing to ensure users can access the site without running into a dead end, I'd love to dive in and help resolve this.

From what I understand, the main goal is to fix the broken link leading to a 404 error. This might involve checking the DNS records, verifying the domain configuration, or ensuring the server is properly set up to serve the site.

A potential fix could be to verify the domain's DNS settings and ensure they point to the correct server hosting the Node EfficientNet playground. Additionally, checking the server configuration to ensure it's set up to serve the site correctly would be crucial.

Would it be possible to let me tackle this? I'm excited to contribute and help to address this issue, making the site accessible again.

Cheers, @shwetd19