lxysl
lxysl
> 如题,我是中南大学的,我看我们学校这个填报系统中,cookies的几个key的名称和你们学校都是一样的,估计是套的什么模板。 > 请问在使用中cookies没有定时过期吗? [https://github.com/lxy764139720/Auto_Attendance](url) 欢迎同学使用我编写的打卡脚本。 @Lavenirthefuture
> Ok I understand. You should have a look to a distributed implementation of SimCLR. See for instance > > https://github.com/Spijkervet/SimCLR/blob/cd85c4366d2e6ac1b0a16798b76ac0a2c8a94e58/simclr/modules/nt_xent.py#L7 > > This might give you some inspiration. This...
Hello guys, I've been plagued by the inexplicable code in nt_xent.py for a long time too. Finally I found this issue. I agree to @dltkddn0525 's opinion. The `all_gather` result...
I have the same quenstion. @jameslamb
I figured it out! First: ```python user_chat_bot_suggest = gr.Example(...) def fn(...): return gr.Dataset.update(samples=suggests). # suggests: List[List[str]] ``` then: ```python gr.SOMETHING.change().then(fn, inputs=[...], outputs=[user_chat_bot_suggest.dataset]) ``` It works for me!
Ooopse, the example texts are changed, but the inner state is the original... If you select one of the suggest after update the dataset, you will still get the original...
If there is any progress, please let me know, thanks!
Can I use conda env? I made a conda configuration as follows, but it does not work. ```json { "venvPath": "/Users/lxy/opt/miniconda3/envs", "venv": "/Users/lxy/opt/miniconda3/envs/ml" } ```
> Can I use conda env? I made a conda configuration as follows, but it does not work. > > ```json > { > "venvPath": "/Users/lxy/opt/miniconda3/envs", > "venv": "/Users/lxy/opt/miniconda3/envs/ml" >...
> Can i know how yours work? Cause mine is not working. Specify your conda environment path as above in the `pyrightconfig.json` file and put it in the root path...