Joe Nguyen

Results 13 issues of Joe Nguyen

Hi everyone, Can I ask the meaning of seq_proj? I see it is used to transform the feature map from CNN? Specifically, can someone explain this segment of code? Thank...

Dear authors, I can install jupyterlab-vimrc. I already rebuilt jupyterlab but still can't use vim in jupyterlab when I open it. Here is all versions for all jupyter libraries in...

### Current Behavior Unable to see any plot when clicking to the "show/hidden" button ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Screenshots ### Environment OS:...

a:app

### Current Behavior 1. The color for experiments when I use "group by" and "filter" is wrong. 2. The hidden/shown button for each group makes the other hidden/shown button for...

a:app

Dear author, Thank you for this nice code, I have a question about your code: in `snmn/models_clevr_snmn/model.py` has `sharpen_loss `function. I don't see the paper mentions this. Can you explain...

Hi, Thank you for the nice framework, I want to run your file "quickstart.py" and got the following compiler error: > File "/nfs/hpc/share/nguyejoe/dynalang/ninjax_test/quickstart.py", line 8, in import ninjax as nj...

Hi, `max_len` surrounded by the following block `>>>>`, in `def _embed`, hasn't been declared yet. I am assuming it is `self.max_token_seqlen`? The code is from [here](https://github.com/jlin816/dynalang/blob/124721d8895b34d50094775e23716877433376bc/dynalang/embodied/envs/messenger.py#L160C1-L161C1), ``` def _embed(self, string):...

Hi, How to extend the codebase to multi-gpus ? Seems like non-trivial to do that? Thank you,

Hi, Thanks for the nice implementation, I have one question about parallel threads: in the original implementation, they use Sever-Client framework to have truly asynchronous threads among data collection (envs),...

Hi, I can't run `python3 dreamerv2/train.py --logdir ~/logdir/atari_pong/dreamerv2/1 --configs defaults atari --task atari_pong` after installing packages in `requirements.txt`. Here is my pip freeze > gym==0.26.2 > gym-notices==0.0.8 > atari-py==0.2.6 >...