bpfrd
bpfrd
but is mounting only exchange directory sufficient? don't we need to mount the home directory of students and instructors? for example, if they work on their assignment and don't submit...
Thanks for your response. the feedback files exist in the relevant directory with hashed names. However, the fetch_feedback command doesn't work in some cases and gives the above error.
Hi, Thanks for your interest. We have adapted the code from https://github.com/una-dinosauria/human-motion-prediction/blob/master/src/viz.py to visualize the joints. The modified code is already in this repo: 3dpw/viz.py To generate [fig4--a.png](https://github.com/vita-epfl/decoupled-pose-prediction/blob/main/figures/fig4--a.png), we visualized...
I should add that, when doing manual grading the comments and grades are not saved and have no effect.
Thanks. I didn't update and I don't think teachers did too. How can I debug? We do autograding, releasing assignment, etc. with command line. Is it possible to do manual...
Just an update about this issue. (formgrader GUI not working). Here is the console log when I click on any key in GUI (such as generate assignment, etc.) It seems...
and here seems to be the hub logs on kubernetes for the same request: ``` [D 2024-12-02 16:28:29.035 ServerApp] Received request from Hub user {'kind': 'user', 'name': 'redacted', 'groups': ['formgrade-python_fundamentals_fs24'],...
another update: as you see the `x-csrftoken` in the request header was `undefined` this was because of the following configuration in my values.yaml ``` jupyterhub: ingress: annotations: nginx.ingress.kubernetes.io/configuration-snippet: | proxy_cookie_flags...