lopho
lopho
Well, you could add hidden visibility to the properties if it's built static: insert at https://github.com/ofnode/of/blob/master/src/poco/CMakeLists.txt#L94 ```cmake if(UNIX AND POCO_STATIC) add_definitions("-fvisibility=hidden") endif() ``` Don't know if this would be enough,...
small self plug for a preprocessor written in python and fully parallel: https://github.com/lopho/parallel_dataprocessor
#60 has parallel validation and migration
~12 tokens per second on RTX A6000 (~9/s at 2048 sequence length to ~14/s at
From experimentation I determined the sides have to be divisible by 64.
`flax.core.frozen_dict/FrozenDict` `AttributeError: 'FrozenDict' object has no attribute 'half'` the weights are not in pytorch format anymore. but flax. You either need a custom loader, or load via flax then convert...
I made some time tomorrow and will start writing tests.
@rom1504 I opened a PR draft for inference testing #199
Yes, I'm still working on it. Before training I still have to look into making testing more stable regarding randomness between runs, as I think this will be worse with...
Definetly, but I won't have time to until after new years.