weidel-p
Results
12
comments of
weidel-p
I just tried the same and it worked without any issues. Here's my code: ``` from torchvision.models import efficientnet_b0 efficientnet = efficientnet_b0(weights='IMAGENET1K_V1') batch_size = 1 input_shape = (batch_size, 3, 224,...
I like this idea, it would make the lava user scripts much cleaner. I would compartmentalize the structure a bit though. Could we have categories such as "neurons", "connections", "runtime",...