-
-
### Is your feature request related to a problem? Please describe
This is a simple question regarding code style. It is not related to any bugs.
https://github.com/instadeepai/jumanji/blob/fd511…
-
The code for the plotter is a bit too long and could be simplified to ease maintenance.
An idea to fix this is to put a basic plotter version in another repository and derive a class here, integrat…
-
Thanks for your excellent work!
I am a bit confused about the code structure and its usage:
```
GEARLM/GEARLM
-- Simulated
-- TrueCompression
-- models
-- old_models…
-
Hi,
After reviewing the codebase, I've identified some areas for improvement that could enhance readability, maintainability, and performance. These suggestions aim to make the code more accessible…
-
This issue proposes updating the repo the code structure as follows
# Proposed structure
```
core/go
core/java
toolkit/go
toolkit/java
toolkit/proto
domains/zeto
domains/noto
domains/pen…
-
Hello, I'd like to reproduce the simulation results in Part Seven of the paper, but I'm not sure which part of the code corresponds to this part. According to the instructions in readme,may I ask if t…
-
I debug the code step by step, and there is no graph structure in the model of the current training code. Do I need to build it by myself? I found that the model in the current training code is a VIT-…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [ ] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
Your code is not properly structured. You have everything (controller, service, models) lumped into one class, separation of concerns is not taken into consideration. Please fix.