Kap Thang
Kap Thang
> [@thangk](https://github.com/thangk) [@gabrielrueda](https://github.com/gabrielrueda) I'm working on teams.py. there has been some changes. I'll be pushing them to main branch soon. You can continue on the updated code after. > >...
@Groovyfalafel Today's agenda: - explain the OpeNTF library and our specific part in the project - run the dblp toy dataset - get instruction on tasks to work on next...
@Groovyfalafel , Can you re-run the transformer model but before running do: - resync your forked repo as I've updated the `_template.sh` for using a toy dataset - re-duplicate a...
@Groovyfalafel Were you able to run the `toy dblp` until the end?
> I have tried running it and implemented what you suggested setting the bucket size to 128 yet I am still running into issues. Anything in the non error log?
What errors you get? Post what's in the non error log and also like last 20 lines of error log using code blocks here.
@Groovyfalafel Can you lower the bucket size even more to like 16? and then retry.
> Froze again this time ending at line 3179. And nothing in non error log?
@Groovyfalafel Okay, we'll try something else. Can you try and use another model, either RNN or CNN (convs2s). Duplicate the model file like the Transformer yml and the rest are...
> Tried running the model with 4 train steps to see if it completes training and it still stops before finishing training. Froze at step 2984. Let me try it...