Typings Typings Since our project and unit tests are written in TypeScript, we need type definitions for the libraries we'll be writing our tests with (Chai and Jasmine). In an...
Get task Path and HTTP methods Example request Example response Get task You can retrieve information about a task using the task_id . Path and HTTP methods GET / _plugins...
basic_data Get your data ready for training class DataBunch [source] [test] Factory method create [source] [test] Visualization show_batch [source] [test] Grabbing some...
Building a Modern CNN: ResNet Skip Connections A State-of-the-Art ResNet Bottleneck Layers Building a Modern CNN: ResNet We now have all the pieces we need to build the mode...
Impala Authorization The Privilege Model Object Ownership in Ranger Starting Impala with Ranger Authorization Enabled Managing Privileges Changing Privileges from Outside of Imp...
Tutorial - Using fastai on a custom new task Preparing the data Purely in PyTorch Using the mid-level API Making show work Writing your custom data block Training a model The ...
Deleting Keys Deleting Keys Keys can be deleted from maps using the Map.delete and Map.deleteIn methods. let movie = Immutable . fromJS ({ name : 'Star Wars' , ...