Advanced Search
Search Results
317 total results found
Lab Rules
Lab Layout Lab Rules The lab is open from 9:30 - 12:30 and 13:30 - 16:30, Monday to Friday. If you are looking to use any robotics equipment, it must be booked at least a day in advance. Bookings can be made via ORB. The robots and equipment in the lab are f...
Using mBot2 by makeblock education
What is it? The mBot2 is an education robot designed to teach students about coding and robotics in an engaging and hands-on way. Getting started To learn more about mbot2, such as connecting to it and programming it, please refer to the Operation Guide. Soft...
How to enable GPU support with TensorFlow (Windows) (For High Holborn only)
This article will guide you through how to enable GPU computing for Tensorflow on High Holborn DELL PCs. The current version of Cuda Toolkit installed on DELL PCs is v12.2, but because the cuDNN library isn’t pre-installed, each student wanting to use tensorfl...
How to install CUDA Toolkit on your personal Windows PC
What is CUDA Toolkit and why do you need it? In simple words CUDA Toolkit allows you to develop software capable of utilising GPUs. CUDA Toolkit allows you to use CUDA runtime library for your C/C++ projects. CUDA Toolkit allows you to enable GPU acceleration ...
Simple PyTorch Project
Overview This guide will walk you through a very simple PyTorch training pipeline. Accompanying code for this article can be found here: https://git.arts.ac.uk/ipavlov/WikiMisc/blob/main/SimpleCNN.ipynb Loading Libraries Every Python project starts by loading ...
How to enable GPU support with TensorFlow (macOS)
If you are using one of the laptops on loan of the CCI, or have a Macbook of your own with an M1/M2/M3 chip, here is what you can do to make full use of this chip with Tensorflow. Requirements: macOS 12.0 or later Python 3.8 or later Mac with M1/M2/M3 chip ...
Enable GPU support with Pytorch (macOS)
This tutorial is to enable the use of the GPU in the Macbooks available on the lockers. All of these computers have Python and Anaconda already installed, so if you are using your personal computer, make sure that you have that installed before starting this t...
Using Raspberry Pi for Projects
In the CCI we have a large number of pre-configured Raspberry Pi 4 boards for use by students, as well as a range of other boards (some Pi Zeros, a couple of Pi 5s). We often recommend these to students who are pursuing installation / physical computing projec...
Audio Files with Librosa
Code and audio for this article can be found here: https://git.arts.ac.uk/ipavlov/WikiMisc/blob/main/AudioProcessing.ipynb Documentaion for Librosa can be found here: https://librosa.org/doc/main/index.html Loading audio files Librosa is a Python libray create...
How to Connect to MySQL Database on the CCI Server
Please consult this article, if you don't know how to connect to the CCI Server. Download and install MySQL Workbench MySQL Workbench is a convenient GUI that helps you work with MySQL databases. This link will take you to the MySQL Workbench's download pa...
HOUSE RULES
We welcome everyone to the Dark Lab! The Lab is currently open to anyone (within term time). All we need to keep it that way are some simple, yet important rules: (0) Feel free to come in, and plug in! we welcome everyone during building opening hours, within...
What is available in the HCI Lab?
The HCI Lab in High Holborn is open to all CCI students and provides five workstations with high-performance Dell Alienware R16 computers: CPU: Intel i9-14900KF RAM: 64GB SSD: 4TB GPU: NVIDIA RTX 4090 (24GB VRAM) Display: LG 27" 4K HDR400 Booking You should ...
Summer 2024 Programme
For summer 2024, we are alternating workshops between Peckham Road and High Holborn. As ever, if you have questions, send them to Agnes.
How to configure Weights & Biases for you ML project
What is Weights & Biases? Weights & Biases (wandb from now on) is a platform for AI/ML development. A set of tools it provides can help you keep track of your model's training. This can be very useful if you want to check on how's your model training since you...
How to access the CCI ORB
How to Login You can log in to ORB using your UAL username and password: Go to orb.arts.ac.uk. Enter your UAL username and password. Press Login. How to make sure you are in the right store. You must make sure that you are in the CCI store; otherwise, you w...
What is ORB?
ORB stands for Online Resource Booking, and it is UAL's way of booking access to Technical Resources across all its colleges and institutes. Visit ORB - orb.arts.ac.uk
How to get the iPhone ORB app
You can add the ORB app to your iPhone to make it quicker and easier to book resources and get notifications about changes to your bookings. Step 1 – Go to ORB Open ORB in Safari on your iPhone. Step 2 – Tap the share button Step 3 – Tap "Add to Home Screen" ...
How to cancel a booking in ORB
You can book a space at CCI by using ORB. Step 1 - Login For more information, see our guide on how to login to ORB and check your store. Step 2 – Dashboard From the Dashboard, when you first log in, scroll down a bit and click "Manage My Bookings": Step 3 – ...
Dataset Augmentaion
This article will cover how you can increase the size of your original dataset with the help of data augmentation. Data augmentaion is a practice of altering samples in your dataset, making them distinct enough from the original sample to be considered a new s...
17/04/2024 Debugging Code
Your code is broken but you don’t know why! What gives? The internet won’t help?? What’s a console? A breakpoint?! This session covers the philosophy and practice of debugging, across a range of different languages and tools. We work through a series of practi...