wxx07
Results
2
issues of
wxx07
Hi, I used the following command to train a fluorescence task with pretrained transformer weights(I used this config for my test run): `tape with model=transformer tasks=fluorescence gpu.device=0 load_from=pretrained_models/transformer_weights.h5 num_epochs=1 steps_per_epoch=10`...
Thanks for the repo! It seems you don't have validation step in training loop and I can only assume that you have tuned the `train_steps` so the models won't overfit...