You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create a macro script to run the Finetune model in headless mode, I tried the following script but it seems that this is not the right way to call the model. Any thoughts? Thanks,
Hi,
I wanted to create a macro script to run the Finetune model in headless mode, I tried the following script but it seems that this is not the right way to call the model. Any thoughts? Thanks,
call('de.unifreiburg.unet.FinetuneJob','modelFilename=/path/2d_cell_net_v0.modeldef.h5,weightsFilename=/path/2d_cell_net_v0.caffemodel.h5,gpuId=arglist,useRemoteHost=false,host=,username=,password=,TileShape=,trainFileList=/DIC-Erythrocytes/6hr-002-DIC.tif,validFileList =/DIC-Erythrocytes/6hr-001-DIC.tif,iterations=500, validationInterval=10,Id=/output/2D_Cell_erythrocytes, outModelDef=/output/ery.modeldef.h5, outWeights=/output/ery.model.h5');
The text was updated successfully, but these errors were encountered: