Jason Parham, Ph.D.
Jason Parham, Ph.D.
With the beta release of Metal 2 yesterday by Apple, is there a development timeline for supporting this new framework?
base.py: `self.all_layers = layers.get_all_layers(last_layer)` should now be `self.all_layers = layers.get_all_layers`**_old**`(last_layer)` parse_from_protobuf_caffe.py: `caffe.TEST` is no longer accessible (from what I can tell)
We are using your middleware between the browser and restricted HTML content. Suppose the authentication cookie expires while the browser has old HTML content from before the expiration. In that...