Matthijs Van keirsbilck

Results 8 comments of Matthijs Van keirsbilck

I found the solution. In layers/RightBandedBox.sty, change line 63 from this: ` \tikzstyle{depthlabel}=[pos=0,text width=14*\z,text centered,sloped]` to: ` \tikzstyle{depthlabel}=[pos=0,text width=14*\z,text centered,sloped,midway]` You can do the same in Box.sty

Though this can cause overlap of the z-label and subsequent layers; it would be handy to have a parameter we can set to choose where the z-label goes

@linxueya, that looks very nice; do you have the code for the to_node() and to_connection_choose() functions as well?

Hi, I got it working in the end, also with the masks and batched training. I made a lot of modifications and extensions; you can find my code here: [https://github.com/matthijsvk/multimodalSR/tree/master/code/audioSR](url)

my system python is 3.12, I use venv with python 3.11.9. Running 'litgpt pretrain ...", I get the error > RuntimeError: Dynamo is not supported on Python 3.12+ why does...

I also have the issue that planning isn't persistent. I have TODO_DIR=$HOME/.todo and TODO_ACTIONS_DIR=$HOME/.todo/todo.actions.d. What did you do to solve this? > whenever I use t pom ls it reads...

In any case, I solved as follows: In pomodori-todo/pom, I added a line: ``` TODO_EXC="#{ENV['HOME']}/bin/todo.sh" ``` and changed all instances of 'todo.sh' to #{TODO_EXC}. I think this was the essential...

Hi, I updated the script and included a [fix by Chahuja](https://github.com/matthijsvk/TCDTIMITprocessing/pull/1#issue-186768300). It's working for me now. Can you try again?