labmlai / annotated_deep_learning_paper_implementations

🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Home Page:https://nn.labml.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make my own annotations

sonderlau opened this issue · comments

Hi, thank you for your great work, I really appreciate it !

I'm wondering if I can make annotations just like the website shows, and perhaps running in my local machine.

I've checked the #90 , neither lit.labml.ai nor your repo https://github.com/vpj/annotate work.

BTW, here are the error logs:

> annotate

node:internal/modules/cjs/loader:1146
  throw err;
  ^

Error: Cannot find module '/Users/sonderlau/Documents/devs/annotate/dist/server/server/app.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
    at Module._load (node:internal/modules/cjs/loader:984:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v21.5.0

Update: I switched npm to pnpm, the install command worked fine, but build caused many errors, it seems like some version and deprecated problems, and the repo's last update was 5 years ago, so I assumed that the repo not working for now.

And for lit.labml.ai website, the CloudFlare informed me that the website's certification is invalid, can you guys fix this problem ?

Thank you for your time, I really need this tools to make a presentation.

Also interested in how one can use this for our own annotations!

Although a lot of people showed interest in annotating, almost no one used lit.labml.ai; so we took it down because of server costs.

We will consider open sourcing the annotation code.