File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
For each workflow we have both 2D and 3D versions:
2
2
3
- < div class ="grid grid-cols-7 ">
3
+ < div class ="grid grid-cols-8 ">
4
4
< div onclick ="window.open('https://colab.research.google.com/github/BiaPyX/BiaPy/blob/master/notebooks/classification/BiaPy_2D_Classification.ipynb'); " class ="flex h-full flex-col gap-2 rounded border-gray-light-100 bg-gray bg-white p-4 drop-shadow-sm hover:border-gray-light-200 hover:drop-shadow-lg container-card ">
5
5
< div class ="notebook-card ">
6
6
< span >
133
133
134
134
For just predicting/inference you can use the following notebook:
135
135
136
- < div class ="grid grid-cols-7 ">
136
+ < div class ="grid grid-cols-8-inf ">
137
137
< div onclick ="window.open('https://colab.research.google.com/github/BiaPyX/BiaPy/blob/master/notebooks/BiaPy_Inference.ipynb'); " class ="flex h-full flex-col gap-2 rounded border-gray-light-100 bg-gray bg-white p-4 drop-shadow-sm hover:border-gray-light-200 hover:drop-shadow-lg container-card ">
138
138
< div class ="notebook-card ">
139
139
< span >
Original file line number Diff line number Diff line change @@ -444,10 +444,13 @@ select {
444
444
.grid-cols-2 {
445
445
grid-template-columns : repeat (2 ,minmax (0 ,1fr ));
446
446
}
447
- .grid-cols-7 {
447
+ .grid-cols-8-inf {
448
+ grid-template-columns : repeat (8 ,minmax (160px ,1fr ));
449
+ }
450
+ .grid-cols-8 {
448
451
grid-gap : 16px ;
449
452
padding : 16px ;
450
- grid-template-columns : repeat (7 ,minmax (160px ,1fr ));
453
+ grid-template-columns : repeat (8 ,minmax (160px ,1fr ));
451
454
overflow-x : auto ;
452
455
}
453
456
.grid {
You can’t perform that action at this time.
0 commit comments